[AOLSERVER] Configuring nsopenssl - unable to get to work

2010-10-27 Thread Thorpe Mayes
I am trying to set up an ssl connection. I am using aolserver 4.5.0. Here is the portion of the nsd file that pertains: # SSL contexts. Each SSL context is a template that SSL connections are created # from. A

Re: [AOLSERVER] Configuring nsopenssl - unable to get to work

2010-10-27 Thread Jeff
Note this line in your startup log: [27/Oct/2010:17:23:55][13466.3061930912][-nsopenssl:driver-] Notice: nsopenssl: listening on 64.58.34.55:8443 Your ssl server is running fine at https://www.getreadytoshift.com:8443/ Somewhere in your config is a setting like set httpsport 8443 Change

Re: [AOLSERVER] Configuring nsopenssl - unable to get to work

2010-10-27 Thread Thorpe Mayes
Jeff, Thanks for the reply and the advice. Tried it and got this: 27/Oct/2010:21:42:27][23535.3061283744][-nsopenssl:driver-] Error: nsopenssl: failed to listen on 64.58.34.55:443: Permission denied [27/Oct/2010:21:42:27][23535.3061283744][-nsopenssl:driver-] Notice: exiting

Re: [AOLSERVER] Configuring nsopenssl - unable to get to work

2010-10-27 Thread Dossy Shiobara
Make sure you pass -b 64.58.34.55:443 when invoking nsd, to prebind the port before privileges are dropped. On 10/27/10 10:50 PM, Thorpe Mayes wrote: 27/Oct/2010:21:42:27][23535.3061283744][-nsopenssl:driver-] Error: nsopenssl: failed to listen on 64.58.34.55:443: Permission denied -- Dossy