exceptionfactory commented on a change in pull request #4599:
URL: https://github.com/apache/nifi/pull/4599#discussion_r539737357
##########
File path:
nifi-nar-bundles/nifi-standard-services/nifi-ssl-context-service-api/src/main/java/org/apache/nifi/ssl/SSLContextService.java
##########
@@ -109,10 +109,10 @@
* Prepopulate protocols with generic instance types commonly used
* see:
http://docs.oracle.com/javase/7/docs/technotes/guides/security/StandardNames.html#SSLContext
*/
- supportedProtocols.add("TLS");
+ supportedProtocols.add(TlsConfiguration.SSL_PROTOCOL);
// This is still available for outgoing connections to legacy
services, but can be disabled with jdk.tls.disabledAlgorithms
Review comment:
Thanks for the review and catching this issue. I pushed an update so
that now the references match the existing comments.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]