diff options
| author | luccioman <luccioman@users.noreply.github.com> | 2019-04-18 14:23:00 +0200 |
|---|---|---|
| committer | luccioman <luccioman@users.noreply.github.com> | 2019-04-18 14:23:00 +0200 |
| commit | 8c068a9c99bb71043b88535c4b42466ca06f3cc3 (patch) | |
| tree | 8bef6a433bbfb46413fd5c613e3ac3c3c37b3604 /htroot/Settings_HttpClient.inc | |
| parent | 5a3d5cb92cfeb3ada006ff5c12238d5f7be0b9c2 (diff) | |
Better HTML text semantics for technical descriptions
Diffstat (limited to 'htroot/Settings_HttpClient.inc')
| -rw-r--r-- | htroot/Settings_HttpClient.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/htroot/Settings_HttpClient.inc b/htroot/Settings_HttpClient.inc index 464a1d830..2b020a01c 100644 --- a/htroot/Settings_HttpClient.inc +++ b/htroot/Settings_HttpClient.inc @@ -6,9 +6,9 @@ <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 <i>"Received fatal alert: handshake_failure"</i>.
- 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 <i>javax.net.ssl.SSLProtocolException: "handshake alert: unrecognized_name"</i>.
- Controlling <abbr title="Server Name Indication">SNI</abbr> extension activation can also be done with the JVM option <i>jsse.enableSNIExtension</i>, 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).
+ 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>.
+ 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>
<form action="SettingsAck_p.html" method="post" enctype="multipart/form-data" class="form-horizontal">
|
