]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - errors/templates/ERR_SECURE_CONNECT_FAIL
Source Format Enforcement (#1234)
[thirdparty/squid.git] / errors / templates / ERR_SECURE_CONNECT_FAIL
index 3de53154c805035eaf0813f26e31700a1b66f6ea..c3048877de1f5880a89e338d8f0c1bd318ae3042 100644 (file)
@@ -1,5 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
+<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
@@ -7,9 +8,9 @@
 
 body
 :lang(fa) { direction: rtl; font-size: 100%; font-family: Tahoma, Roya, sans-serif; float: right; }
-:lang(he) { direction: rtl; float: right; }
+:lang(he) { direction: rtl; }
  --></style>
-</head><body>
+</head><body id=%c>
 <div id="titles">
 <h1>ERROR</h1>
 <h2>The requested URL could not be retrieved</h2>
@@ -23,7 +24,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>