We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4e06e4 commit 367ca9cCopy full SHA for 367ca9c
libraries/SocketWrapper/src/utility/https_request.h
@@ -64,7 +64,7 @@ class HttpsRequest : public HttpRequestBase {
64
if (ssl_ca_pem)
65
((TLSSocket*)_socket)->set_root_ca_cert(ssl_ca_pem);
66
else
67
- ((TLSSocket*)_socket)->set_root_ca_cert_path("/wlan/");
+ ((TLSSocket*)_socket)->set_root_ca_cert_path("/wlan");
68
_we_created_socket = true;
69
}
70
0 commit comments