Dave, modssl-users list subscribers, I am still getting tons of SSL handshake timeouts through my tests, despite trying out the following combinations : shmcb 1.5MB and 300 seconds timeout shmcb 2.0MB and 400 seconds timeout shmht 1.5MB and 300 seconds timeout shmht 2.0MB and 400 seconds timeout I also switched to file based SSLMutex (which lowers the overall performance). Am I the only one who encountered this problem ? If anyone out there has recommendation, please let me know. Thanks Dave, All! -Magid. > -----Original Message----- > From: David Rees [mailto:[EMAIL PROTECTED]] > Sent: Thursday, June 28, 2001 16:34 > To: [EMAIL PROTECTED] > Subject: RE: SSL handshake timed out > > > OK, > > Can you try the shmcb session cache, too? > > SSLSessionCache shmcb:logs/ssl_scache(1024000) > SSLSessionCacheTimeout 300 > > It should perform better than the shmht cache and be more reliable. > > -Dave > > > -----Original Message----- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED]]On Behalf Of Latif, Magid > > Sent: Thursday, June 28, 2001 3:03 PM > > To: '[EMAIL PROTECTED]' > > Subject: RE: SSL handshake timed out > > > > Dave, > > > > I've already tried file based session cache and did NOT > encounter SSL > > handshake timeouts. I am using shm mainly for performance > reasons. File > > based session caching is much worse, especially if disk I/O > intensifies. I > > will try the file based SSLMutex though. -Thanks! > > > > Magid. > > > > > -----Original Message----- > > > From: David Rees [mailto:[EMAIL PROTECTED]] > > > Sent: Thursday, June 28, 2001 12:51 > > > To: [EMAIL PROTECTED] > > > Subject: RE: SSL handshake timed out > > > > > > > > > Can you try this setting? > > > > > > SSLMutex file:logs/ssl_mutex > > > > > > I think by default the Mutex uses file, using a semaphore may > > > be buggy on > > > your platform. > > > > > > If that doesn't help, try going to a file based session > cache, too: > > > > > > SSLSessionCache dbm:logs/ssl_scache > > > > > > -Dave > > ______________________________________________________________________ > Apache Interface to OpenSSL (mod_ssl) www.modssl.org > User Support Mailing List [EMAIL PROTECTED] > Automated List Manager [EMAIL PROTECTED] > ===================================================================== Warning: All e-mail messages sent to or from this address are recorded by the iPIN corporate e-mail system and may be subject to archival and review. Furthermore, information in this e-mail may contain privileged or confidential information and is intended only for the recipient. If you receive this message in error, notify iPIN immediately by replying to this message and then deleting it from your computer. Any information in this e-mail doesn't necessarily reflect the views or opinions of iPIN. ====================================================================. ______________________________________________________________________ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
