From 571309dc3edaf1c03ff6fdfbcf551875644b5a7f Mon Sep 17 00:00:00 2001 From: Kamil Dudka Date: Thu, 12 Nov 2009 11:16:31 +0000 Subject: - libcurl-NSS now tries to reconnect with TLS disabled in case it detects a broken TLS server. However it does not happen if SSL version is selected manually. The approach was originally taken from PSM. Kaspar Brand helped me to complete the patch. Original bug reports: https://bugzilla.redhat.com/525496 https://bugzilla.redhat.com/527771 --- lib/urldata.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/urldata.h') diff --git a/lib/urldata.h b/lib/urldata.h index 014cb98f8..d3101c03a 100644 --- a/lib/urldata.h +++ b/lib/urldata.h @@ -1331,6 +1331,9 @@ struct UrlState { } proto; /* current user of this SessionHandle instance, or NULL */ struct connectdata *current_conn; + + /* if true, force SSL connection retry (workaround for certain servers) */ + bool ssl_connect_retry; }; -- cgit v1.2.3