esp32 s2 https request problem #7433
Unanswered
espruino-discuss3
asked this question in
ESP32
Replies: 1 comment
-
Posted at 2021-03-19 by @MaBecker Hi,
This is all about Espruino and not Arduino. Which version of Espruino firmware are you using? Posted at 2021-03-19 by user126517 im using arduino ide this patch https://github.com/espressif/arduino-esp32/tree/esp32s2 Posted at 2021-03-19 by @MaBecker Ok, so you have an issue with Arduino. This forum is for Espruino only. Maybe you like to give Espruino a try: http://www.espruino.com/Download Posted at 2021-03-20 by user126517 idk js |
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
-
Posted at 2021-03-19 by user126517
Hello there
I am developing a project with esp32-s2 on arduino ide. Connecting to the wi-fi network I have no problem sending and receiving data to http sites.
However, when I make requests to https sites, it gives error code -1 or connrection refused. How can I fix this?
I think a CA certificate is required, but I used the certificate record in the example, it didn't work.
I imported the ca certificate of the site that I am requesting, it did not work.
Beta Was this translation helpful? Give feedback.
All reactions