From 8718bb882d211b70e79595848172f17cc990b49e Mon Sep 17 00:00:00 2001 From: stephb9959 Date: Thu, 14 Sep 2023 07:32:32 -0700 Subject: [PATCH] https://telecominfraproject.atlassian.net/browse/WIFI-7831 Signed-off-by: stephb9959 --- src/RADSEC_server.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/RADSEC_server.h b/src/RADSEC_server.h index c9818704..3fce1021 100644 --- a/src/RADSEC_server.h +++ b/src/RADSEC_server.h @@ -222,6 +222,7 @@ namespace OpenWifi { SecureContext->addChainCertificate(cert); } + SecureContext->disableProtocols(Poco::Net::Context::PROTO_TLSV1_3); Socket_ = std::make_unique(SecureContext); Poco::Net::SocketAddress Destination(Server_.ip, Server_.port);