lordgamez commented on code in PR #1600:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1600#discussion_r1288684114
##########
extensions/http-curl/client/HTTPClient.cpp:
##########
@@ -163,6 +163,11 @@ bool HTTPClient::setSpecificSSLVersion(utils::SSLVersion
specific_version) {
ssl_context_service_->setMaxTlsVersion(TLS1_2_VERSION);
break;
}
+ case utils::SSLVersion::TLSv1_3: {
Review Comment:
If no specific version is set then the SSL security level is set to 1 in the
SSL context, which means that SSLv3, TLS 1.0, TLS 1.1 and DTLS 1.0 are all
disabled in OpenSSL 3.1.
--
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]