Native windows CA certs are causing issues in libcurl with Letsencrypt certificates, so disable them for now

merge/2021-11-19
kaetemi 3 years ago
parent 671d8bb286
commit ca9729b2a0
No known key found for this signature in database
GPG Key ID: 9873C4D40BB479BC

@ -133,9 +133,11 @@ namespace NLWEB
{
#ifdef NL_OS_WINDOWS
// load native Windows CA Certs
/*
addCertificatesFrom("CA");
addCertificatesFrom("AuthRoot");
addCertificatesFrom("ROOT");
*/
#endif
isUsingOpenSSLBackend = true;

Loading…
Cancel
Save