We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fcf1a1 commit a2a3659Copy full SHA for a2a3659
src/main/java/io/nats/client/Options.java
@@ -460,6 +460,9 @@ public class Options {
460
/**
461
* Property used to configure to skip checking whether the client and server
462
* match that they should both be secure or both be insecure.
463
+ * The use case for this is when there is a proxy between the server and the client,
464
+ * where the client connects securely to the proxy, but the proxy connects insecurely
465
+ * to the server.
466
*/
467
public static final String PROP_SKIP_SECURE_MATCH_CHECK = PFX + "skip.secure.match.check";
468
0 commit comments