From 336100514d563472cd8b34592cfae8cff9554014 Mon Sep 17 00:00:00 2001 From: thkoch2001 <94641+thkoch2001@users.noreply.github.com> Date: Thu, 7 Apr 2022 17:33:16 +0300 Subject: [PATCH] Settings_HttpClient.inc spelling correction certificats > certificates Thanks to @CloudyProton --- htroot/Settings_HttpClient.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htroot/Settings_HttpClient.inc b/htroot/Settings_HttpClient.inc index 2b020a01c..b21eb67f6 100644 --- a/htroot/Settings_HttpClient.inc +++ b/htroot/Settings_HttpClient.inc @@ -6,7 +6,7 @@

About Server Name Indication (SNI) : - this extension to the TLS protocol must be enabled to load some https URLs (for websites deployed with different certificats and host names on the same shared IP address), otherwise loading fails with errors such as Received fatal alert: handshake_failure. + this extension to the TLS 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 Received fatal alert: handshake_failure. 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 javax.net.ssl.SSLProtocolException: "handshake alert: unrecognized_name". Controlling SNI extension activation can also be done with the JVM option jsse.enableSNIExtension, 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).

@@ -69,4 +69,4 @@ Changes will take effect immediately. - \ No newline at end of file +