diff options
| author | luccioman <luccioman@users.noreply.github.com> | 2019-04-14 15:41:13 +0200 |
|---|---|---|
| committer | luccioman <luccioman@users.noreply.github.com> | 2019-04-14 15:41:13 +0200 |
| commit | a5771b1f147b2a6f541b58ea832c86a85d92ab70 (patch) | |
| tree | 161bec99294891415dfdfe388740d1e35ac31aa7 /htroot/SettingsAck_p.html | |
| parent | e90405b6f042cdf19d1008cbc8b5b3ece217fc1d (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/SettingsAck_p.html')
| -rw-r--r-- | htroot/SettingsAck_p.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/htroot/SettingsAck_p.html b/htroot/SettingsAck_p.html index 3c67481cc..9e91137ed 100644 --- a/htroot/SettingsAck_p.html +++ b/htroot/SettingsAck_p.html @@ -210,6 +210,8 @@ </table>
::<!-- 37: Compression settings changed -->
<p>Compression settings have been saved.</p>
+ ::<!-- 38: HTTP client settings changed -->
+ <p>HTTP client settings have been saved.</p>
#(/info)#
<p></p>
|
