-
Notifications
You must be signed in to change notification settings - Fork 7.6k
WiFiClientSecure does not connect to some websites #550
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Quite strange, I tested with https://codepen.io and https://laravel.com/ (which looks like proxied by CloudFlare) and works fine What URL does this occur in? |
Maybe they are using their own certificates? I'm using CF's issued certificates on https://gaben.win/ and it gives me the error above. |
setting host as "gaben.win" everything works fine |
It works now. Thank you. It was a problem with multi-host certificate right? Is it still WIP? |
It's just pass the "host" from arduino sketch to this mbedtls API. I'm quite busy right now, but on weekend will make a PR solving it... |
@chemicstry Should be fixed now =) |
Server Name Indication (SNI) support for WiFiClientSecure Fix espressif#571 and espressif#550
Server Name Indication (SNI) support for WiFiClientSecure Fix espressif/arduino-esp32#571 and espressif/arduino-esp32#550
Server Name Indication (SNI) support for WiFiClientSecure Fix espressif/arduino-esp32#571 and espressif/arduino-esp32#550
Server Name Indication (SNI) support for WiFiClientSecure Fix espressif/arduino-esp32#571 and espressif/arduino-esp32#550
I'm having problem connecting to SSL websites (specifically proxied by CloudFlare) with WiFiClientSecure. Other websites seem to work fine.
Here is console output:
However, when using
https_request
example from esp-idf I can connect to the same website (CloudFlare) successfully. I believe it could be some mbedtls configuration issue inssl_client.cpp
The text was updated successfully, but these errors were encountered: