GNUTLS: Don't use VERS-TLS-ALL
It causes problems with older versions of the library.
This commit is contained in:
parent
b012874243
commit
5d8a480305
1 changed files with 2 additions and 1 deletions
|
@ -30,7 +30,8 @@ static const char rb_gnutls_default_priority_str[] = ""
|
||||||
"!ARCFOUR-128:"
|
"!ARCFOUR-128:"
|
||||||
"!3DES-CBC:"
|
"!3DES-CBC:"
|
||||||
"!MD5:"
|
"!MD5:"
|
||||||
"VERS-TLS-ALL:"
|
"+VERS-TLS1.2:"
|
||||||
|
"+VERS-TLS1.1:"
|
||||||
"!VERS-TLS1.0:"
|
"!VERS-TLS1.0:"
|
||||||
"!VERS-SSL3.0:"
|
"!VERS-SSL3.0:"
|
||||||
"%SAFE_RENEGOTIATION";
|
"%SAFE_RENEGOTIATION";
|
||||||
|
|
Loading…
Reference in a new issue