Update POODLE SSLv3 fallback string: Bug #741132

As recommended by bug #738633 comment #21.
This commit is contained in:
Jim Nelson 2014-12-04 13:54:30 -08:00
parent de59507b9d
commit b288eb54e5

View file

@ -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();