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 8718bb8 commit 15f938f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/RADSEC_server.h
Original file line number Diff line number Diff line change
Expand Up @@ -213,9 +213,8 @@ namespace OpenWifi {
SecureContext->enableExtendedCertificateVerification(false);
}


Poco::Crypto::X509Certificate OpenRoamingRootcertX509(OpenRoamingRootCertFile_.path());
SecureContext->addCertificateAuthority(OpenRoamingRootcertX509);
Poco::Crypto::X509Certificate OpenRoamingRootCertX509(OpenRoamingRootCertFile_.path());
SecureContext->addCertificateAuthority(OpenRoamingRootCertX509);

for (const auto &ca : CaCertFiles_) {
Poco::Crypto::X509Certificate cert(ca->path());
Expand Down

0 comments on commit 15f938f

Please sign in to comment.