Mercurial > hg
comparison mercurial/verify.py @ 12797:076bbbf0ba86 stable
hgweb: let HTTPS serve use more compatible and less secure encryption
PROTOCOL_SSLv3 on the server side doesn't work everywhere. Sometimes the client
reports "EOF occurred in violation of protocol" (for example on Mac and Solaris).
The more compatible PROTOCOL_SSLv23 is now used instead. It works but is less
"secure" for some OpenSSL versions as it can fall back to weak encryption.
author | Mads Kiilerich <mads@kiilerich.com> |
---|---|
date | Thu, 21 Oct 2010 03:18:52 +0200 |
parents | 5a1912b5aa42 |
children | 3da456d0c885 |
comparison
equal
deleted
inserted
replaced
12796:bc69ba99e34b | 12797:076bbbf0ba86 |
---|