This repository has been archived by the owner on Feb 4, 2023. It is now read-only.
Replies: 2 comments 1 reply
-
Hi @glfran35 This is not designed for HTTPS. But if you 're interested, you can modify the library yourself to support Good Luck, |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks for the reply.. but I think the message did not define the issue.
When I leverage the INO example: AutoConnectWithFeedBack.ino
Then try to add code from BasicHTTPSClient.ino to issue an HTTPS URL..
The Serial. Displays [HTTPS] GET... failed, error: connection failed
If BasicHTTPSClient.ino is run as is with SIDD and password.. the example URL works.
The ask was if there was an example INO where in it runs the portal and then creates a HTTPS client request to an external site?
Thanks for a guidance.
… On Dec 10, 2022, at 3:32 PM, Khoi Hoang ***@***.***> wrote:
Hi @glfran35 <https://github.com/glfran35>
This is not designed for HTTPS. But if you 're interested, you can modify the library yourself to support HTTPS / SSL. But I anyway really don't see the necessity to use SSL for Config Portal in the local network.
Good Luck,
—
Reply to this email directly, view it on GitHub <#101 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/A4VUZCVHVO4AQPT2XFG2R4TWMTSGHANCNFSM6AAAAAAS2OYXDI>.
You are receiving this because you were mentioned.
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've been able to get the basic examples for ESP_WiFiManager to work, but when adding functions to create a https client, like using ESP8266HTTPClient, it fails to connect. if there something overlook in the document? thanks for the pointers in the right direction.
Beta Was this translation helpful? Give feedback.
All reactions