grgrzybek commented on code in PR #5963:
URL: https://github.com/apache/activemq-artemis/pull/5963#discussion_r2419670796
##########
artemis-server/src/main/java/org/apache/activemq/artemis/spi/core/security/jaas/kubernetes/client/KubernetesClientImpl.java:
##########
@@ -147,8 +165,9 @@ private String buildJsonRequest(String clientToken) {
.build().toString();
}
- private SSLContext buildSSLContext() throws Exception {
+ private static SSLContext buildSSLContext() throws Exception {
SSLContext ctx = SSLContext.getInstance("TLS");
Review Comment:
To satisfy paranoic scanners, I'd switch to `TLSv1.2` at least. `TLS` is
effectively `SSLv3`.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact