File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
src/test/java/com/marklogic/hub/core Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -360,9 +360,8 @@ task setupSSL{
360360 }
361361}
362362
363- // setupSSL.dependsOn(testClasses)
364- // bootstrap.dependsOn(setupSSL)
365- bootstrap. dependsOn(testClasses)
363+ setupSSL. dependsOn(testClasses)
364+ bootstrap. dependsOn(setupSSL)
366365test. dependsOn(bootstrap)
367366testIntegration. dependsOn(bootstrap)
368367testAcceptance. dependsOn(bootstrap)
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ public void applyFinalConnectionPropsToDefaultRestConnection() {
9999 props .put ("mlFinalExternalName" , extName );
100100 props .put ("mlFinalSimpleSsl" , sslMethod );
101101 //if sslContext is set , it is assumed that it is a secure connection, hence unsetting them
102- if (! sslMethod && ! isCertAuth () ) {
102+ if (! sslMethod ) {
103103 adminHubConfig .setSslContext (DatabaseKind .FINAL , null );
104104 adminHubConfig .setSslHostnameVerifier (DatabaseKind .FINAL , null );
105105 adminHubConfig .setTrustManager (DatabaseKind .FINAL , null );
You can’t perform that action at this time.
0 commit comments