Hello,
I have been following quite closely the discussion about nsopenssl 3.0
beta and AOLServer 4 and after several weeks of working with nsopenssl
3.0 beta 18, AOLServer 4.0.5, OpenSSL 0.9.7d I saw this in the error
logs (when I put debug to "true" in my nsd.tcl)
[18/Aug/2004:16:57:38][805.25187328][-conn:myserver::2] Debug:
Send(15): SSL_ERROR_SYSCALL (towrite = 0; total = 3607; rc =
-1)
[18/Aug/2004:16:57:38][805.25187328][-conn:myserver::2] Debug:
Send(15): SSL_ERROR_SYSCALL (towrite = 0; total = 3607; rc =
-1)
[18/Aug/2004:16:57:38][805.25187328][-conn:myserver::2] Debug:
Send(15): SSL_ERROR_SYSCALL (towrite = 0; total = 3607; rc =
-1)
[18/Aug/2004:16:57:38][805.25187328][-conn:myserver::2] Debug:
Send(15): SSL_ERROR_SYSCALL (towrite = 0; total = 3607; rc =
-1)
[18/Aug/2004:16:57:38][805.25187328][-conn:myserver::2] Debug:
Send(15): SSL_ERROR_SYSCALL (towrite = 0; total = 3607; rc =
-1)
[18/Aug/2004:16:57:38][805.25187328][-conn:myserver::2] Debug:
Send(15): SSL_ERROR_SYSCALL (towrite = 0; total = 3607; rc =
-1)
[18/Aug/2004:16:57:38][805.25187328][-conn:myserver::2] Debug:
Send(15): SSL_ERROR_SYSCALL (towrite = 0; total = 3607; rc =
-1)
[18/Aug/2004:16:57:38][805.25187328][-conn:myserver::2] Debug:
Send(15): SSL_ERROR_SYSCALL (towrite = 0; total = 3607; rc =
-1)
[18/Aug/2004:16:57:38][805.25187328][-conn:myserver::2] Debug:
Send(15): SSL_ERROR_SYSCALL (towrite = 0; total = 3607; rc =
-1)
I am running Mac OS X 10.3.5.
My nsd.tcl section for nsopenssl looks like:
#---------------------------------------------------------------------
#
# OpenSSL
#
#---------------------------------------------------------------------
ns_section "ns/server/${server}/module/nsopenssl/sslcontexts"
ns_param vs1_users_ctx "SSL context used for regular user access"
ns_section "ns/server/${server}/module/nsopenssl/defaults"
ns_param server vs1_users_ctx
ns_section
"ns/server/${server}/module/nsopenssl/sslcontext/vs1_users_ctx"
ns_param Role server
#ns_param ModuleDir /path/to/dir
ns_param CertFile server/server.crt
ns_param KeyFile server/server.pem
ns_param CADir ca-client/dir
ns_param CAFile ca-client/ca-client.crt
ns_param Protocols "SSLv3, TLSv1"
ns_param CipherSuite
"ALL:!ADH:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP"
ns_param PeerVerify false
ns_param PeerVerifyDepth 3
ns_param Trace false
# SSL drivers. Each driver defines a port and a named SSL context to
associate
# with it.
ns_section "ns/server/${server}/module/nsopenssl/ssldrivers"
ns_param vs1_users_drv "Driver for vs1 regular user access"
ns_section
"ns/server/${server}/module/nsopenssl/ssldriver/vs1_users_drv"
ns_param sslcontext vs1_users_ctx
ns_param port 443
ns_param hostname $hostname
ns_param address $address
# OpenSSL library support:
#ns_param RandomFile /some/file
ns_param SeedBytes 1024
# End OpenSSL config
I will add the "SSLv2" as directed by Dossy in one of his previous
emails and will report back. Has anyone seen these particular errors
before? Is this possibly what needs to be looked into? Or should I just
shut up, upgrade to the latest nsopenssl beta and keep on working?
Thanks in advance,
/B
--
Bruno Mattarollo <[EMAIL PROTECTED]>
Currently in: Sydney, Australia
[ http://pokies.typepad.com/virtual_possum/ ]
--
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.