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 daec921 commit 69be3f7Copy full SHA for 69be3f7
marklogic-client-api/src/test/java/com/marklogic/client/test/TwoWaySSLTest.java
@@ -55,6 +55,9 @@ public class TwoWaySSLTest {
55
56
@BeforeAll
57
public static void setup() throws Exception {
58
+ if (Common.USE_REVERSE_PROXY_SERVER) {
59
+ return;
60
+ }
61
// Create a client using the java-unittest app server - which requires SSL via RequiresSSLExtension - and that
62
// talks to the Security database.
63
securityClient = Common.newClientBuilder()
@@ -77,6 +80,9 @@ public static void setup() throws Exception {
77
80
78
81
@AfterAll
79
82
public static void teardown() {
83
84
85
86
removeTwoWaySSLConfig();
87
deleteCertificateAuthority();
88
}
0 commit comments