Update POODLE SSLv3 fallback string: Bug #741132
As recommended by bug #738633 comment #21.
This commit is contained in:
parent
de59507b9d
commit
b288eb54e5
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ int main(string[] args) {
|
|||
//
|
||||
// Packages can disable this fix with the --disable-poodle-ssl3 configure option.
|
||||
#if !DISABLE_POODLE
|
||||
Environment.set_variable("G_TLS_GNUTLS_PRIORITY", "NORMAL:%COMPAT:!VERS-SSL3.0", false);
|
||||
Environment.set_variable("G_TLS_GNUTLS_PRIORITY", "NORMAL:%COMPAT:%LATEST_RECORD_VERSION:!VERS-SSL3.0", false);
|
||||
#endif
|
||||
|
||||
GearyApplication app = new GearyApplication();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue