I am having trouble getting nsopenssl to work with AOLServer
The error log is:
[10/Oct/2006:10:22:45][14549.1][-main-] Notice: modload: loading
'/home/aol32/bin/nsopenssl.so'
[10/Oct/2006:10:22:45][14549.1][-main-] Notice: Module directory
defaults to /home/aol32/servers/dbastar/modules/nsopenssl
[10/Oct/2006:10:22:45][14549.1][-main-] Notice: nsopenssl:
ServerPeerVerify = 0
[10/Oct/2006:10:22:45][14549.1][-main-] Notice: nsopenssl: ServerTrace = 1
[10/Oct/2006:10:22:45][14549.1][-main-] Notice: nsopenssl:
ServerProtocols = "SSLv2, SSLv3, TLSv1"
[10/Oct/2006:10:22:45][14549.1][-main-] Notice: nsopenssl: Using SSLv2
protocol
[10/Oct/2006:10:22:45][14549.1][-main-] Notice: nsopenssl: Using SSLv3
protocol
[10/Oct/2006:10:22:45][14549.1][-main-] Notice: nsopenssl: Using TLSv1
protocol
[10/Oct/2006:10:22:45][14549.1][-main-] Notice: nsopenssl:
ServerCipherSuite = "ALL:!ADH:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP"
[10/Oct/2006:10:22:45][14549.1][-main-] Error: nsopenssl: error
configuring cipher suite to
""ALL:!ADH:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP""
[10/Oct/2006:10:22:45][14549.1][-main-] Debug: nsopenssl: freeing(1a1a00)
[10/Oct/2006:10:22:45][14549.1][-main-] Error: modload: failed to load
'nsopenssl.so': 'Ns_ModuleInit' returned -1
[10/Oct/2006:10:22:45][14549.1][-main-] Fatal: modload: failed to load
module 'nsopenssl.so'
Versions:
AOLserver_3.2+ad10
OpenSSL: openssl-0.9.8d
NSopenSSL: nsopenssl-2.1a
Here are the ini file setting:
[ns/server/dbastar/module/nsopenssl]
ServerPort=443
ServerHostname=store.dbastar.com
ServerAddress=192.168.1.60
ServerCertFile=test-cert.pem
ServerKeyFile=test-key.pem
ServerCAFile=ca.pem
ServerCADir=ca
ServerProtocols="SSLv2, SSLv3, TLSv1"
ServerCipherSuite="ALL:!ADH:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP"
ServerSessionCache=false
ServerSessionCacheID=1
ServerSessionCacheSize=512
ServerSessionCacheTimeout=300
ServerPeerVerify=false
ServerPeerVerifyDepth=3
ServerTrace=true
[ns/server/dbastar/modules]
nsperm=nsperm.so
nslog=nslog.so
nssock=nssock.so
nsopenssl=nsopenssl.so
Thanks for your input.
XD
--
AOLserver - http://www.aolserver.com/
To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]>
with the
body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject:
field of your email blank.