Changes between Initial Version and Version 1 of Ticket #16, comment 3
- Timestamp:
- Oct 21, 2010 3:57:04 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16, comment 3
initial v1 1 1 * [http://serverfault.com/questions/44470/ssl-error-parse-tlsext-on-large-commit-to-svn-via-apache-gentoo "SSL error parse tlsext" on large commit to SVN via Apache, Gentoo - Server Fault] 2 * It is suggested that downgrading to 2.2.11 may fix it, as well as setting SSLProtocol -ALL +SSLv2 +SSLv3in your Apache config.2 * It is suggested that downgrading to 2.2.11 may fix it, as well as setting '''SSLProtocol -ALL +SSLv2 +SSLv3''' in your Apache config. 3 3 * After reading the http-dev thread about this issue, archived at http://www.gossamer-threads.com/lists/apache/dev/375633 , it seems this issue is caused by a bug in the client-side OpenSSL library in regards to how SSL Tickets / IDs are handled, which explains why the error does not occur immediately, but takes a few seconds to minutes.