forked from I2P_Developers/i2p.i2p
- Better handling of unsupported encryption in destinations - Implement handling of unsupported encryption in router identities - Banlist forever all RIs with unsupported encryption - New negative cache of all dests with unsupported encryption - New methods for destination lookup that will succeed even if the LS is expired or encryption is unsupported - Use new dest lookup so client will get the right error code later, rather than failing with no LS when we really got it but just couldn't verify it. - Cleanups and javadocs OCMOSJ: Detect unsupported encryption on dest and return the correct failure code through I2CP to streaming to i2ptunnel Streaming: Re-enable message status override, but treat LS lookup failure as a soft failure for now. HTTP Client: Add error page for unsupported encryption
25 lines
1.1 KiB
Plaintext
25 lines
1.1 KiB
Plaintext
HTTP/1.1 504 Gateway Timeout
|
|
Content-Type: text/html; charset=UTF-8
|
|
Cache-control: no-cache
|
|
Connection: close
|
|
Proxy-Connection: close
|
|
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<html><head>
|
|
<title>_("Warning: Eepsite Unreachable")</title>
|
|
<link rel="shortcut icon" href="http://proxy.i2p/themes/console/images/favicon.ico">
|
|
<link href="http://proxy.i2p/themes/console/default/console.css" rel="stylesheet" type="text/css">
|
|
</head>
|
|
<body>
|
|
<div class="logo">
|
|
<a href="http://127.0.0.1:7657/" title="_("Router Console")"><img src="http://proxy.i2p/themes/console/images/i2plogo.png" alt="_("I2P Router Console")" border="0"></a><hr>
|
|
<a href="http://127.0.0.1:7657/config.jsp">_("Configuration")</a> <a href="http://127.0.0.1:7657/help.jsp">_("Help")</a> <a href="http://127.0.0.1:7657/susidns/index">_("Addressbook")</a>
|
|
</div>
|
|
<div class="warning" id="warning">
|
|
<h3>_("Warning: Eepsite Unreachable")</h3>
|
|
<p>
|
|
_("The eepsite was not reachable, because it uses encryption options that are not supported by your I2P or Java version.")
|
|
<hr>
|
|
<p><b>_("Could not connect to the following destination:")</b>
|
|
</p>
|