Support Requests item #523526, was opened at 2002-02-27 10:51
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=203152&aid=523526&group_id=3152
Category: Configuration: Other
Group: aolserver3_2
Status: Open
Resolution: None
Priority: 5
Submitted By: Blake Von Haden (blakevh)
Assigned to: Nobody/Anonymous (nobody)
Summary: nsopenssl 128 bit 404 refresh issue
Initial Comment:
On a site with nsopenssl using a 128 bit certificate,
when people hit a page for the first time they receive
a 404 error, then if they hit refresh the page
displays fine. This happens the first time they hit a
page and the first time they hit subsequent pages.
I assume this is a configuration issue, probably with
an nsopenssl parameter that is incorrect. The
following is the setup we are running with:
nsopenssl 1.1c
AOLserver/3.2+ad12 (aolserver3_2_ad12)
CVS Tag: $Name: aolserver3_2 $
Built: Jan 15 2001 at 19:09:33
Tcl version: 8.3
Thread library: pthread
Platform: solaris 2.8
And the configuration:
ns_section "ns/server/${servername}/module/nsopenssl"
ns_param port 443
ns_param hostname $hostname
ns_param address $address
ns_param keyfile $sslkeyfile
ns_param certfile $sslcertfile
ns_param Protocol All
ns_param CipherSuite "ALL:!ADH:!
EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP"
ns_param ClientVerify false
ns_param CADir ca
ns_param CAFile ca.pem
ns_param Trace false
----------------------------------------------------------------------
Comment By: Scott Goodwin (scottg)
Date: 2002-02-27 12:07
Message:
Logged In: YES
user_id=37651
Turn on session caching. MSIE seems to have a problem with
SSL when session cache is turned off. I think it's because
they don't follow the SSL protocol spec properly.
Go see
http://scottg.net/webtools/aolserver/modules/nsopenssl/confi
guration/1.1c
ns_param SessionCache true
ns_param SessionCacheSize 512
ns_param SessionCacheTimeout 300
/s.
----------------------------------------------------------------------
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=203152&aid=523526&group_id=3152