marklogic / java-client-api

Java client for the MarkLogic enterprise NoSQL database
https://docs.marklogic.com/guide/java
Apache License 2.0
58 stars 73 forks source link

MLE-4116: Can now configure trust store #1629

Closed rjrudin closed 5 months ago

rjrudin commented 5 months ago

For SSL and/or certificate authentication. Same approach as for a keystore, just for a truststore.

Was able to reuse and improve TwoWaySSLTest by modifying it to use the key store as a trust store instead of using a "trust everything" trust manager.