I set ns_openssl up on OACS although I am unable to access the site via https on the browser.
At first I thought the issue was whether nginx or the firewall was blocking port 8443. However I set https to port 8000 just for testing and the error remained
The scenario is:
I can access and log in the site through port 8000 with ns_openssl turned out.
Once I turn "ns_param nsopenssl" on, I can access the first page, which still is on port 8000, (http://cnauto.nipotech.com) but when I click on "log in" the site is forwarded to https on default port 8443 (https://cnauto.nipotech.com:8443/register/) and the the message "Website is offline" shows up.
"error.log" shows no errors, except for the harmless lines:
[08/Jul/2012:18:11:03][9963.3059129200][-default:0-] Warning: / has no doc(title) set.
[08/Jul/2012:18:11:04][9963.3055958896][-default:3-] Error: return: failed to redirect 'GET /global/file-not-found.html': exceeded recursion limit of 3
[08/Jul/2012:18:11:06][9963.3058072432][-default:1-] Warning: security::locations hostname 'cnauto.nipotech.com' from config.tcl does not match from util_current_location: 127.0.0.1
[08/Jul/2012:18:11:06][9963.3058072432][-default:1-] Notice: security::locations adding cnauto.nipotech.com since utl_current_location different than config.tcl.
[08/Jul/2012:18:26:35][9963.3059129200][-default:0-] Error: return: failed to redirect 'GET /global/file-not-found.html': exceeded recursion limit of 3
[08/Jul/2012:18:28:28][9963.3054902128][-default:4-] Warning: security::locations hostname 'cnauto.nipotech.com' from config.tcl does not match from util_current_location: 127.0.0.1
[08/Jul/2012:18:28:28][9963.3054902128][-default:4-] Notice: security::locations adding cnauto.nipotech.com since utl_current_location different than config.tcl.
nsopenssl configurations are properly set and logged on system startup:
[08/Jul/2012:18:04:21][9963.3074774720][-main-] Error: pidfile: failed to open pid file '/usr/lib/aolserver4/log/nspid.cnauto': 'No such file or directory'
[08/Jul/2012:18:04:21][9963.3074774720][-main-] Notice: encoding: loaded: utf-8
[08/Jul/2012:18:04:21][9963.3074774720][-main-] Notice: fastpath[cnauto]: mapped GET /
[08/Jul/2012:18:04:21][9963.3074774720][-main-] Notice: fastpath[cnauto]: mapped HEAD /
[08/Jul/2012:18:04:21][9963.3074774720][-main-] Notice: fastpath[cnauto]: mapped POST /
[08/Jul/2012:18:04:21][9963.3074774720][-main-] Notice: adp[cnauto]: mapped GET /*.adp
[08/Jul/2012:18:04:21][9963.3074774720][-main-] Notice: adp[cnauto]: mapped HEAD /*.adp
[08/Jul/2012:18:04:21][9963.3074774720][-main-] Notice: adp[cnauto]: mapped POST /*.adp
[08/Jul/2012:18:04:21][9963.3074774720][-main-] Notice: modload: loading '/usr/lib/aolserver4/bin/nssock.so'
[08/Jul/2012:18:04:21][9963.3074774720][-main-] Notice: modload: loading '/usr/lib/aolserver4/bin/nslog.so'
[08/Jul/2012:18:04:21][9963.3074774720][-main-] Notice: nslog: opened '/var/www/cnauto/log/cnauto.log'
[08/Jul/2012:18:04:21][9963.3074774720][-main-] Notice: modload: loading '/usr/lib/aolserver4/bin/nssha1.so'
[08/Jul/2012:18:04:21][9963.3074774720][-main-] Notice: modload: loading '/usr/lib/aolserver4/bin/nsopenssl-3.0/nsopenssl.so'
[08/Jul/2012:18:04:21][9963.3074774720][-main-] Notice: nsopenssl: generating 512-bit temporary RSA key ...
[08/Jul/2012:18:04:21][9963.3074774720][-main-] Notice: nsopenssl: generating 1024-bit temporary RSA key ...
[08/Jul/2012:18:04:21][9963.3074774720][-main-] Notice: nsopenssl (cnauto): loading SSL context 'users'
[08/Jul/2012:18:04:21][9963.3074774720][-main-] Notice: nsopenssl (cnauto): 'users' ciphers loaded successfully
[08/Jul/2012:18:04:21][9963.3074774720][-main-] Notice: nsopenssl (cnauto): 'users' using SSLv3 protocol
[08/Jul/2012:18:04:21][9963.3074774720][-main-] Notice: nsopenssl (cnauto): 'users' using TLSv1 protocol
[08/Jul/2012:18:04:21][9963.3074774720][-main-] Notice: nsopenssl (cnauto): 'users' certificate and key loaded successfully
[08/Jul/2012:18:04:21][9963.3074774720][-main-] Notice: nsopenssl (cnauto): 'users' CA file loaded successfully
[08/Jul/2012:18:04:21][9963.3074774720][-main-] Notice: users (nsopenssl): session cache is turned on for sslcontext 'cnauto'
[08/Jul/2012:18:04:21][9963.3074774720][-main-] Notice: nsopenssl (cnauto): loading SSL context 'client'
[08/Jul/2012:18:04:21][9963.3074774720][-main-] Notice: nsopenssl (cnauto): 'client' ciphers loaded successfully
[08/Jul/2012:18:04:21][9963.3074774720][-main-] Notice: nsopenssl (cnauto): 'client' using SSLv2 protocol
[08/Jul/2012:18:04:21][9963.3074774720][-main-] Notice: nsopenssl (cnauto): 'client' using SSLv3 protocol
[08/Jul/2012:18:04:21][9963.3074774720][-main-] Notice: nsopenssl (cnauto): 'client' using TLSv1 protocol
[08/Jul/2012:18:04:21][9963.3074774720][-main-] Notice: nsopenssl (cnauto): 'client' certificate and key loaded successfully
[08/Jul/2012:18:04:21][9963.3074774720][-main-] Notice: nsopenssl (cnauto): 'client' CA file loaded successfully
[08/Jul/2012:18:04:21][9963.3074774720][-main-] Notice: client (nsopenssl): session cache is turned on for sslcontext 'cnauto'
[08/Jul/2012:18:04:21][9963.3074774720][-main-] Notice: nsopenssl (cnauto): default SSL context for server is users
[08/Jul/2012:18:04:21][9963.3074774720][-main-] Notice: default server SSL context: users
[08/Jul/2012:18:04:21][9963.3074774720][-main-] Notice: nsopenssl (cnauto): default SSL context for client is client
[08/Jul/2012:18:04:21][9963.3074774720][-main-] Notice: default client SSL context: client
[08/Jul/2012:18:04:21][9963.3074774720][-main-] Notice: nsopenssl (cnauto): loading 'users' SSL driver
[08/Jul/2012:18:04:21][9963.3074774720][-main-] Notice: modload: loading '/usr/lib/aolserver4/bin/nsdb.so'
[08/Jul/2012:18:04:21][9963.3074774720][-main-] Notice: modload: loading '/usr/lib/aolserver4/bin/nspostgres.so'
[08/Jul/2012:18:04:21][9963.3074774720][-main-] Notice: PostgreSQL loaded.
[08/Jul/2012:18:04:21][9963.3074774720][-main-] Notice: modload: loading '/usr/lib/aolserver4/lib/thread2.6.5/libthread2.6.5.so'
[08/Jul/2012:18:04:21][9963.3074774720][-main-] Notice: conf: [ns/server/cnauto]enabletclpages = 0
[08/Jul/2012:18:04:21][9963.3074774720][-main-] Notice: default thread pool: minthreads 5 maxthreads 10 idle 0 current 0 maxconns 100 queued 0 timeout 120 spread 20
[08/Jul/2012:18:04:21][9963.3074774720][-main-] Notice: XOTcl version 1.6.6 loaded
[08/Jul/2012:18:04:21][9963.3074774720][-main-] Noti
...
[08/Jul/2012:18:04:33][9963.3074774720][-main-] Notice: driver: starting: nsopenssl
[08/Jul/2012:18:04:33][9963.3066149744][-sched-] Notice: sched: starting
[08/Jul/2012:18:04:33][9963.3052788592][-nsopenssl:driver-] Notice: starting
[08/Jul/2012:18:04:33][9963.3052788592][-nsopenssl:driver-] Notice: nsopenssl: listening on 127.0.0.1:8443
[08/Jul/2012:18:04:33][9963.3074774720][-main-] Notice: driver: starting: nssock
[08/Jul/2012:18:04:33][9963.3051731824][-nssock:driver-] Notice: starting
[08/Jul/2012:18:04:33][9963.3051731824][-nssock:driver-] Notice: nssock: listening on 127.0.0.1:8000
[08/Jul/2012:18:05:31][9963.3053845360][-sched:idle0-] Notice: starting
[08/Jul/
Any ideas what i could be missing?
Request notifications