We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
_use_insecure
false
setCACert
1 parent 1945778 commit 0950089Copy full SHA for 0950089
libraries/WiFiClientSecure/src/WiFiClientSecure.cpp
@@ -272,6 +272,7 @@ void WiFiClientSecure::setInsecure()
272
void WiFiClientSecure::setCACert (const char *rootCA)
273
{
274
_CA_cert = rootCA;
275
+ _use_insecure = false;
276
}
277
278
void WiFiClientSecure::setCACertBundle(const uint8_t * bundle)
0 commit comments