We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b75e606 commit 6f5b1e6Copy full SHA for 6f5b1e6
client/src/com/mirth/connect/client/ui/UIConstants.java
@@ -134,8 +134,8 @@ public class UIConstants {
134
// This text is used in the SSL Warning Panel for HTTP and WS connectors.
135
public static final String SSL_WARNING_TEXT = "<html>\n" +
136
"<body class=\"ssl-warning-panel\"><b><span style=\"color:#404040\">Important Notice:</span></b> The default system\n" +
137
- "certificate store will be used for this connection. As a result, certain security options are not available and mutual\n" +
138
- "authentication (two-way authentication) is not supported.\n" +
+ "certificate store will be used for this connection.\n" +
139
"</body>\n" +
140
"</html>";
141
}
+
0 commit comments