Dear Cesáreo, The socket drivers (nssock and nsssl) use three parameters for the server endpoint, namely - hostname - address - port
One should be able to use e.g. "localhost" as "hostname" and e.g. "127.0.0.1" as address. The use of "ServerPort" as config parameter is deprecated in OpenACS, also NaviServer does not evaluate this parameter. The port has to be specified via the parameter "port", unless it is the default port. -gustaf neumann Am 28.03.14 17:16, schrieb Cesáreo García Rodicio: > Hi > > I solved that REMOVING > > ns_param address $address > > ns_param port $httpsport > > but ... it is the right way to do? > > Also, I have this log notice (I think it has to be with openacs not > naviserver): > > Notice: Using 'ServerPort' in ns/server/openacs/module/nsssl is deprecated > > Again, amazing work. I had a lot (a lot) of warnings and errors with > nsopenssl/aolserver. They have gone now. > > Thanks > Cesáreo > > > > > El 28/marzo/14 12:52, Cesáreo García Rodicio escribió: >> 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 >> >> >> ------------------------------------------------------------------------------ _______________________________________________ naviserver-devel mailing list naviserver-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/naviserver-devel