oscerd commented on code in PR #21951:
URL: https://github.com/apache/camel/pull/21951#discussion_r2923596662


##########
components/camel-mongodb/src/main/java/org/apache/camel/component/mongodb/SslAwareMongoClient.java:
##########
@@ -76,7 +76,7 @@ public MongoClient get() {
                             builder.invalidHostNameAllowed(true);
                             SSLContext sc = null;
                             try {
-                                sc = SSLContext.getInstance("TLSv1.2");
+                                sc = SSLContext.getInstance("TLS");

Review Comment:
   Yes, the approach of asking for the higher level should be expanded to all 
the components, but I want to investigate a bit the flow.



-- 
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