mirror of
				https://github.com/Telecominfraproject/wlan-cloud-ucentralgw.git
				synced 2025-10-30 18:28:03 +00:00 
			
		
		
		
	Fix typo
Signed-off-by: Carsten Schafer <Carsten.Schafer@kinarasystems.com>
This commit is contained in:
		| @@ -14,6 +14,7 @@ | |||||||
| #include "nlohmann/json.hpp" | #include "nlohmann/json.hpp" | ||||||
|  |  | ||||||
| #include "Poco/NObserver.h" | #include "Poco/NObserver.h" | ||||||
|  | #include <Poco/Net/Context.h> | ||||||
| #include "Poco/Net/SocketNotification.h" | #include "Poco/Net/SocketNotification.h" | ||||||
| #include "Poco/Net/NetException.h" | #include "Poco/Net/NetException.h" | ||||||
| #include "Poco/Net/WebSocketImpl.h" | #include "Poco/Net/WebSocketImpl.h" | ||||||
| @@ -93,7 +94,7 @@ namespace OpenWifi { | |||||||
| 				DeviceSecureContext->addCertificateAuthority(Root); | 				DeviceSecureContext->addCertificateAuthority(Root); | ||||||
| 				DeviceSecureContext->addChainCertificate(Issuing); | 				DeviceSecureContext->addChainCertificate(Issuing); | ||||||
| 				DeviceSecureContext->addCertificateAuthority(Issuing); | 				DeviceSecureContext->addCertificateAuthority(Issuing); | ||||||
|                 ClientCasCerts_ = Poco::Net::X509Certificate::readPEM(cas); |                 ClientCasCerts_ = Poco::Net::X509Certificate::readPEM(Cas); | ||||||
|                 for (const auto &cert : ClientCasCerts_) { |                 for (const auto &cert : ClientCasCerts_) { | ||||||
|                     DeviceSecureContext->addChainCertificate(cert); |                     DeviceSecureContext->addChainCertificate(cert); | ||||||
|                     DeviceSecureContext->addCertificateAuthority(cert); |                     DeviceSecureContext->addCertificateAuthority(cert); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Carsten Schafer
					Carsten Schafer