Better HTML text semantics for technical descriptions

pull/303/head
luccioman 6 years ago
parent 5a3d5cb92c
commit 8c068a9c99

@ -6,9 +6,9 @@
<p id="sniExtensionInfo"> <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 certificats and host names on the same shared IP address), otherwise loading fails with errors such as <i>"Received fatal alert: handshake_failure"</i>. 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 <i>javax.net.ssl.SSLProtocolException: "handshake alert: unrecognized_name"</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 <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 <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). 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> </p>
<form action="SettingsAck_p.html" method="post" enctype="multipart/form-data" class="form-horizontal"> <form action="SettingsAck_p.html" method="post" enctype="multipart/form-data" class="form-horizontal">

Loading…
Cancel
Save