From: Amos Jeffries Date: Wed, 7 Mar 2012 00:33:32 +0000 (-0700) Subject: Bug 3457: Display TLS error details in ERR_SECURE_CONNECT_FAIL X-Git-Tag: SQUID_3_2_0_16~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b67f36d891769635ea2016d438595bc33c54436;p=thirdparty%2Fsquid.git Bug 3457: Display TLS error details in ERR_SECURE_CONNECT_FAIL --- diff --git a/errors/templates/ERR_SECURE_CONNECT_FAIL b/errors/templates/ERR_SECURE_CONNECT_FAIL index 542c66a145..e4e64b2250 100644 --- a/errors/templates/ERR_SECURE_CONNECT_FAIL +++ b/errors/templates/ERR_SECURE_CONNECT_FAIL @@ -23,7 +23,13 @@ body

Failed to establish a secure connection to %I

-

The system returned: %E

+
+

The system returned:

+
+
%E (TLS code: %x)
+

%D

+
+

This proxy and the remote host failed to negotiate a mutually acceptable security settings for handling your request. It is possible that the remote host does not support secure connections, or the proxy is not satisfied with the host security credentials.