From: Vlad S. <vl...@cr...> - 2008-05-05 21:20:49
|
Fixed, i actually tested it only with the setup from README file, but it should not crash because of different openssl flags. Daniel Stasinski wrote: > Before I begin hunting down a crash involving nsssl from cvs, are > there any known issues? > > The server loads with no errors but crashes on the first ssl page access. > > ns_section ns/server/default/module/nsssl > ns_param port 443 > ns_param address 192.168.0.10 > ns_param hostname secure.server.com > ns_param certificate > /home/nsadmin/naviserver/servers/www.server.com/modules/nsssl/server.pem > ns_param ciphers > "ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP" > ns_param protocols "SSLv2, SSLv3, TLSv1" > > Daniel > |