summaryrefslogtreecommitdiff
path: root/htroot/Settings_p.html
diff options
context:
space:
mode:
authorluccioman <luccioman@users.noreply.github.com>2019-04-14 15:41:13 +0200
committerluccioman <luccioman@users.noreply.github.com>2019-04-14 15:41:13 +0200
commita5771b1f147b2a6f541b58ea832c86a85d92ab70 (patch)
tree161bec99294891415dfdfe388740d1e35ac31aa7 /htroot/Settings_p.html
parente90405b6f042cdf19d1008cbc8b5b3ece217fc1d (diff)
Made SNI extension user configurable without the need for server restart
TLS Server Name Indication (SNI) extension activation can now be configured with the new Settings_p.html?page=httpClient administration page. SNI extension is also now enabled by default, as in 2019 the unrecognized_name(112) alert is more properly handled by major web servers TLS implementations, following the RFC 6066 standard. Related YaCy issues : #153 #189 and #272 JDK 1.7 bug : https://bugs.java.com/bugdatabase/view_bug.do?bug_id=7127374 Apache httpd issue : https://bz.apache.org/bugzilla/show_bug.cgi?id=56241 RFC 6066 : https://tools.ietf.org/html/rfc6066#section-3
Diffstat (limited to 'htroot/Settings_p.html')
-rw-r--r--htroot/Settings_p.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/htroot/Settings_p.html b/htroot/Settings_p.html
index 8892e1422..076bd8d13 100644
--- a/htroot/Settings_p.html
+++ b/htroot/Settings_p.html
@@ -29,6 +29,7 @@
<li><a href="?page=UrlProxyAccess">URL/Web Proxy Access Settings</a></li>
<li><a href="?page=proxy">Remote Proxy (optional)</a></li>
<li><a href="?page=debug">Debug/Analysis Settings</a></li>
+ <li><a href="?page=httpClient">HTTP client Settings</a></li>
</ul>
</td>
</tr>