summaryrefslogtreecommitdiff
path: root/htroot/Settings_HttpClient.inc
diff options
context:
space:
mode:
authorMichael Peter Christen <mc@yacy.net>2026-07-07 00:20:00 +0200
committerMichael Peter Christen <mc@yacy.net>2026-07-07 00:20:00 +0200
commit2ca403a1fc80cb9e1d65764cbb42c5dbc7c030ea (patch)
tree25152f0699a6675d78a9c7e69d4932bf6c89e8e0 /htroot/Settings_HttpClient.inc
parent2e46033b6834ee5d898e219c9650f7be59e43654 (diff)
fix for spelling in web pages, fixes in locale translations, added
missing pages in de-locale, removed translation for non-existing pages
Diffstat (limited to 'htroot/Settings_HttpClient.inc')
-rw-r--r--htroot/Settings_HttpClient.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/htroot/Settings_HttpClient.inc b/htroot/Settings_HttpClient.inc
index b21eb67f6..af9445481 100644
--- a/htroot/Settings_HttpClient.inc
+++ b/htroot/Settings_HttpClient.inc
@@ -5,7 +5,7 @@
<p>
<p id="sniExtensionInfo">
- About Server Name Indication (SNI) :
+ About Server Name Indication (SNI):
this extension to the <abbr title="Transport Layer Security">TLS</abbr> protocol must be enabled to load some https URLs (for websites deployed with different certificates and host names on the same shared IP address), otherwise loading fails with errors such as <samp>Received fatal alert: handshake_failure</samp>.
But it can be necessary to disable it in order to load some https URLs served by old and misconfigured web servers, otherwise loading fails with the exception <samp>javax.net.ssl.SSLProtocolException: "handshake alert: unrecognized_name"</samp>.
Controlling <abbr title="Server Name Indication">SNI</abbr> extension activation can also be done with the JVM option <var>jsse.enableSNIExtension</var>, but in that case a server restart is required when you want to modify the setting and it is not customizable per http client (general or for remote Solr).