How do I enable ciphers for NSS?
Posted
by
Cody
on Server Fault
See other posts from Server Fault
or by Cody
Published on 2011-04-21T20:25:03Z
Indexed on
2013/07/03
17:09 UTC
Read the original article
Hit count: 2286
I am trying to use curl built with NSS (not built with OpenSSL) on Fedora 14 to connect to a webpage over https. The server to which I am connecting (example.com) uses the RC4-SHA cipher for its SSL. Whenever I try to connect to example.com, I get the NSS error SSL_ERROR_NO_CYPHER_OVERLAP
. I can connect via curl on this computer to example-2.com which has the DHE-RSA-AES256-SHA cipher. I can connect to example.com from a different computer that has curl built with OpenSSL.
How do I find out which ciphers are enabled on NSS and how do I enable the RC4-SHA cipher on NSS?
© Server Fault or respective owner