]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Bug 3457: Display TLS error details in ERR_SECURE_CONNECT_FAIL
authorAmos Jeffries <squid3@treenet.co.nz>
Wed, 7 Mar 2012 00:33:32 +0000 (17:33 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Wed, 7 Mar 2012 00:33:32 +0000 (17:33 -0700)
errors/templates/ERR_SECURE_CONNECT_FAIL

index 542c66a1454e75849e1137eee2129783d8310185..e4e64b2250e37720473e4c6d9282bea17a2ed039 100644 (file)
@@ -23,7 +23,13 @@ body
 <p><b>Failed to establish a secure connection to %I</b></p>
 </blockquote>
 
-<p id="sysmsg">The system returned: <i>%E</i></p>
+<div id="sysmsg">
+<p>The system returned:</p>
+<blockquote id="data">
+<pre>%E (TLS code: %x)</pre>
+<p>%D</p>
+</blockquote>
+</div>
 
 <p>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.</p>