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


##########
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:
   Do we not need to use TLSv1.3 or something like that anymore, it would be 
easier if "TLS" just means the latest secured version. There are maybe other 
camel components that have hardcoded v1.3 and if so maybe they can just be 
"TLS".
   
   However before doing anything it would be good to research to be sure



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