Description of problem: curl with NSS as the SSL engine doesn't work with Second Life. The only information is a crypto authentication error. It works fine with curl + OpenSSL. Version-Release number of selected component (if applicable): curl-7.16.4-8.fc7.src.rpm How reproducible: Every time Steps to Reproduce: 1. Build Second Life dependencies (openjpeg and xmlrpc-epi) from https://bugzilla.redhat.com/show_bug.cgi?id=233946 2. Build Second Life 3. secondlife --channel "Second Life Open Source [Fedora]" Actual results: You'll get an auth failure amongst some very verbose output. See this for the complete message: https://lists.secondlife.com/pipermail/sldev/2007-November/006674.html Expected results: Log in to the game world. Additional info:
It was a one-line patch. The NSS engine in curl was failing to set the SSL availability flag on the socket when nonblocking sockets. curl was reading and writing to some unknown place but it wasn't the NSS socket. A srpm with a patch can be found at http://rcritten.fedorapeople.org/curl-7.16.4-9.fc7.src.rpm
This appears to fix it. Please merge, as Second Life is unusable without it.
Update for this is filed for F8 and pending.
curl-7.17.1-1.fc8 has been pushed to the Fedora 8 stable repository. If problems still persist, please make note of it in this bug report.