Fixed: Also use SSL context callback when manually using Windows CA certs
--HG-- branch : develop
This commit is contained in:
parent
c4888b2d5b
commit
8a1588c147
1 changed files with 2 additions and 5 deletions
|
@ -88,12 +88,9 @@ namespace NLGUI
|
|||
addCertificatesFrom("CA");
|
||||
addCertificatesFrom("AuthRoot");
|
||||
addCertificatesFrom("ROOT");
|
||||
|
||||
// we manually loaded native CA Certs, don't need to use custom certificates
|
||||
isUsingOpenSSLBackend = false;
|
||||
#else
|
||||
isUsingOpenSSLBackend = true;
|
||||
#endif
|
||||
|
||||
isUsingOpenSSLBackend = true;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue