Skip to content

Commit a2a3659

Browse files
committed
address review comments
1 parent 7fcf1a1 commit a2a3659

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/main/java/io/nats/client/Options.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -460,6 +460,9 @@ public class Options {
460460
/**
461461
* Property used to configure to skip checking whether the client and server
462462
* 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.
463466
*/
464467
public static final String PROP_SKIP_SECURE_MATCH_CHECK = PFX + "skip.secure.match.check";
465468
/**

0 commit comments

Comments
 (0)