https://issues.apache.org/bugzilla/show_bug.cgi?id=52476
Gregg L. Smith <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- OS/Version| |All --- Comment #9 from Gregg L. Smith <[email protected]> 2012-01-18 22:00:43 UTC --- Regarding Comment #3 Adding Sleep(1); to the beginning of ssl_io_data_dump() seems to help, but then not. I used Daniels testme.pl script and that build of 2.3.16 to test. It is Apache Lounge, I can tell by the files in the bin & modules folders. My results were as erratic as the behavior is to begin with. Running testme.pl 3 times each, here is what I saw; ####### Unmodified mod_ssl ####### 161 attempts. 0 SSL negotiation failed: 33 attempts. 0 SSL negotiation failed: 179 attempts. 0 SSL negotiation failed: ####### mod_ssl w/ Sleep(1) ####### 22 attempts. 0 SSL negotiation failed: 3793 attempts. 0 Server closed connection without sending any data back 55 attempts. 0 SSL negotiation failed: I was also asked off list to try OpenSSL 0.9.8 by someone, to see how it behaved. It did not do much better. 758 attempts. 0 SSL negotiation failed: 291 attempts. 0 SSL negotiation failed: 106 attempts. 0 SSL negotiation failed: VC9 mod_ssl/OpenSSL 1.0.0e w/ Sleep(1) in ssl_io_data_dump() http://people.apache.org/~gsmith/httpd/PR52476/mod_ssl_io_sleep.zip -- 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]
