RodrigoCossetin commented on issue #5615:
URL: https://github.com/apache/hop/issues/5615#issuecomment-3182020864

   With a lot of work, I managed to bypass the connection example:
   1. Create the initial truststore:
   keytool -importcert ^
   -alias docdb-root-ca ^
   -file "your_path/global-bundle.pem" ^
   -keystore "your_path/truststore-geral.jks" ^
   -storepass changeit ^
   -noprompt
   2. Create or add an environment variable:
   HOP_OPTIONS = -Djavax.net.ssl.trustStore=your_path/truststore-geral.jks 
-Djavax.net.ssl.trustStorePassword=changeit
   3. I created the normal Mongo connection with the use tsl option and the 
connection was successful.
   
   Note: Passwords, paths, and names are all configurable to your liking.
   I look forward to the tool's updates. Thank you for your attention.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to