From: Cesáreo G. R. <ce...@ce...> - 2014-03-28 16:08:05
|
Hi! First of all, congratulation for your amazing work. I'm trying to switch from aolserver to naviserver in my openacs setup and it works very, very nice (and fast :-) ). I had a litte problem with ssl. I think it is a config problem but with Aolserver didn't occur and now I don't know what I had to change. Problem: https://localhost makes a redirection to https://127.0.0.1 . Thanks Cesáreo --------------- My nsssl conf: ns_section "ns/server/${server}/module/nsssl" ns_param address $address ns_param port $httpsport ns_param certificate $serverroot/etc/certificado.pem ns_param ciphers "RC4:HIGH:!aNULL:!MD5;" ns_param protocols "SSLv3, TLSv1" ns_param verify 0 |