Skip to content

Commit

Permalink
https://telecominfraproject.atlassian.net/browse/WIFI-7831
Browse files Browse the repository at this point in the history
Signed-off-by: stephb9959 <[email protected]>
  • Loading branch information
stephb9959 committed Sep 14, 2023
1 parent bc38160 commit 8718bb8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/RADSEC_server.h
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ namespace OpenWifi {
SecureContext->addChainCertificate(cert);
}

SecureContext->disableProtocols(Poco::Net::Context::PROTO_TLSV1_3);
Socket_ = std::make_unique<Poco::Net::SecureStreamSocket>(SecureContext);

Poco::Net::SocketAddress Destination(Server_.ip, Server_.port);
Expand Down

0 comments on commit 8718bb8

Please sign in to comment.