Gerhard Muth
Gerhard Muth
Here's my version to support the usage of a src attribute: https://gist.github.com/onesail/5674982a379cef273bb3275344e3c20b example: ``` html ```
In your source `MongoManager.createMongoClient()` you should add a method call for the MongoClientOptions.builder(): `.sslInvalidHostNameAllowed(true)` I think there's no equivalent for`--sslAllowInvalidCertificates` in mongo-db-java-driver. Users have to import the required certificate to...
An option to change the default port from 9080 to e.g. 2222 would be very helpful