Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0950089

Browse filesBrowse files
authored
set _use_insecure back to false in setCACert method. (espressif#8386)
1 parent 1945778 commit 0950089
Copy full SHA for 0950089

File tree

Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed

‎libraries/WiFiClientSecure/src/WiFiClientSecure.cpp

Copy file name to clipboardExpand all lines: libraries/WiFiClientSecure/src/WiFiClientSecure.cpp
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,7 @@ void WiFiClientSecure::setInsecure()
272272
void WiFiClientSecure::setCACert (const char *rootCA)
273273
{
274274
_CA_cert = rootCA;
275+
_use_insecure = false;
275276
}
276277

277278
void WiFiClientSecure::setCACertBundle(const uint8_t * bundle)

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.