https://issues.apache.org/bugzilla/show_bug.cgi?id=52631

--- Comment #9 from Christoph Anton Mitterer <cales...@scientia.net> 2012-03-03 
00:43:11 UTC ---
I just found out that this issue, as well as #52703, is seemingly solved by
setting
SSLSessionCache
(https://httpd.apache.org/docs/current/mod/mod_ssl.html#sslsessioncache) to
it's default:
none
from my own setting (Debian's default):
SSLSessionCache shmcb:${APACHE_RUN_DIR}/ssl_scache(512000)


I came to this idea via
http://vincent.bernat.im/en/blog/2011-ssl-session-reuse-rfc5077.html ...

So SSLSessionCache is responsible for SSL Session resumption, right?!

Again, it happens with Firefox/Chromium (both using NSS) so this might be
either a NSS bug or an Apache bug or some bad playing between both.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org

Reply via email to