Replies: 3 comments
-
Hello, which board are you using particularly? I mean which version of the ESP8266? |
Beta Was this translation helpful? Give feedback.
0 replies
-
A Wemos D1 board using an ESP12-F. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Can you provide any code/details on how you've gotten HTTPS posts done on a D1 mini board? I have tried many approaches on a D1 mini clone from makershop.de without success so example code would be helpful, to check I haven't missed something. I typically get the OSError 'CONN_LOST' when calling wrap_socket. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've gotten my board to connect over HTTPS no problem (posting data to the webserver via urequests.post() ) but it would be nice to be able to validate the TLS certificate. I've found some previous conversations about going about it, but not finding much in the way of examples for an easy implementation.
Beta Was this translation helpful? Give feedback.
All reactions