https://issues.apache.org/bugzilla/show_bug.cgi?id=52703
Christoph Anton Mitterer <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|INVALID | --- Comment #3 from Christoph Anton Mitterer <[email protected]> 2012-03-03 00:44:00 UTC --- I just found out that this issue, as well as #52631, 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. Eric et al, I guess this is enough proof that this is a bug as one could imagine from the beginning, right?! So reopening it. -- 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: [email protected] For additional commands, e-mail: [email protected]
