GNUTLS: Don't use VERS-TLS-ALL

It causes problems with older versions of the library.
This commit is contained in:
Aaron Jones 2017-02-28 22:51:51 +00:00
parent b012874243
commit 5d8a480305
No known key found for this signature in database
GPG key ID: EC6F86EE9CD840B5

View file

@ -30,7 +30,8 @@ static const char rb_gnutls_default_priority_str[] = ""
"!ARCFOUR-128:"
"!3DES-CBC:"
"!MD5:"
"VERS-TLS-ALL:"
"+VERS-TLS1.2:"
"+VERS-TLS1.1:"
"!VERS-TLS1.0:"
"!VERS-SSL3.0:"
"%SAFE_RENEGOTIATION";