summaryrefslogtreecommitdiff
path: root/htroot/Settings_HttpClient.inc
diff options
context:
space:
mode:
authorthkoch2001 <94641+thkoch2001@users.noreply.github.com>2022-04-07 17:33:16 +0300
committerGitHub <noreply@github.com>2022-04-07 17:33:16 +0300
commit336100514d563472cd8b34592cfae8cff9554014 (patch)
treef3c6ab758bba85ce7dc4181b2fdf6334e48274be /htroot/Settings_HttpClient.inc
parent2037c0aa0069a98ccb7d042d7d7ec25254e45c56 (diff)
Settings_HttpClient.inc spelling correction
certificats > certificates Thanks to @CloudyProton
Diffstat (limited to 'htroot/Settings_HttpClient.inc')
-rw-r--r--htroot/Settings_HttpClient.inc4
1 files 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 @@
<p id="sniExtensionInfo">
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 certificats and host names on the same shared IP address), otherwise loading fails with errors such as <samp>Received fatal alert: handshake_failure</samp>.
+ 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).
</p>
@@ -69,4 +69,4 @@
<input type="submit" class="btn btn-primary" name="httpClientSettings" value="Submit" aria-describedby="submitInfo"/>
<em id="submitInfo">Changes will take effect immediately.</em>
</div>
-</form> \ No newline at end of file
+</form>