You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: quickfixj-core/src/main/doc/usermanual/usage/configuration.html
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -714,6 +714,22 @@ <H3>QuickFIX Settings</H3>
714
714
<TD></TD>
715
715
<TD></TD>
716
716
</TR>
717
+
<TRALIGN="left" VALIGN="middle">
718
+
<TDvalign="top"><I>UseSNI</I></TD>
719
+
<TD>
720
+
Enables the SSL engine to use Server Name Indication (SNI). This option is only applicable for initiators.
721
+
<p>If provided, <i>SNIHostName</i> will be used as the server name. Otherwise, <i>SocketConnectHost</i> or <i>SocketConnectHost<n></i> will be used.</p>
722
+
<p>Note: When this option is disabled, the JVM may still implicitly send the SSL <code>server_name</code> extension.</p>
723
+
</TD>
724
+
<TD>Y<BR>N</TD>
725
+
<TD>N</TD>
726
+
</TR>
727
+
<TRALIGN="left" VALIGN="middle">
728
+
<TDvalign="top"><I>SNIHostName</I></TD>
729
+
<TD>SNI host name to be used as desired Server Name Indication (SNI) parameter.</TD>
0 commit comments