Skip to content

Use highest SSL version supported by both sides

While its name is misleading, PROTOCOL_SSLv23 actually selects the highest protocol version both the server and client support. This should be more sane default, and fixes issue #1.

Merge request reports