You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However in the docs it has been written that BearSSL is preferred over axTLS since the latter is deprecated.
Am I doing something wrong or is this a bug?
The text was updated successfully, but these errors were encountered:
What if you try true at the https.begin() function? You are using the secure WiFi client over port 443, so https should be true, but without setting security credentials (because of setInsecure())
Hey, I found this thread when facing the same issue. #5277
When using
BearSSL::WifiClientSecure
I get code -1 with
https.get
However when using the default axTLS::WifiSecure
This works perfectly
However in the docs it has been written that BearSSL is preferred over axTLS since the latter is deprecated.
Am I doing something wrong or is this a bug?
The text was updated successfully, but these errors were encountered: