ppkarwasz edited a comment on pull request #806: URL: https://github.com/apache/logging-log4j2/pull/806#issuecomment-1073376320
@garydgregory: that test could fail, since the allowed protocols depend upon the `java.security` configuration file of the JVM. Setting `jdk.tls.disabledAlgorithms` to an empty string will reenable even SSL v3. If we want to force a certain list of protocols, we need to wrap the `SSLSocketFactory` returned by the `SSLContext`. -- 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]
