]> git.ipfire.org Git - thirdparty/squid.git/blob - errors/templates/ERR_SECURE_CONNECT_FAIL
Source Format Enforcement (#1234)
[thirdparty/squid.git] / errors / templates / ERR_SECURE_CONNECT_FAIL
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2 <html><head>
3 <meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5 <title>ERROR: The requested URL could not be retrieved</title>
6 <style type="text/css"><!--
7 %l
8
9 body
10 :lang(fa) { direction: rtl; font-size: 100%; font-family: Tahoma, Roya, sans-serif; float: right; }
11 :lang(he) { direction: rtl; }
12 --></style>
13 </head><body id=%c>
14 <div id="titles">
15 <h1>ERROR</h1>
16 <h2>The requested URL could not be retrieved</h2>
17 </div>
18 <hr>
19
20 <div id="content">
21 <p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
22
23 <blockquote id="error">
24 <p><b>Failed to establish a secure connection to %I</b></p>
25 </blockquote>
26
27 <div id="sysmsg">
28 <p>The system returned:</p>
29 <blockquote id="data">
30 <pre>%E (TLS code: %x)</pre>
31 <p>%D</p>
32 </blockquote>
33 </div>
34
35 <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>
36
37 <p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
38 <br>
39 </div>
40
41 <hr>
42 <div id="footer">
43 <p>Generated %T by %h (%s)</p>
44 <!-- %c -->
45 </div>
46 </body></html>