Https request with micropython

I can make https request using postman and request library in python on my server but in micropython runinng on esp32 it is not possible! i don’t know if it is because i’m using free account plan. any one who knows may give me useful infos

Hi there,

All of Render’s web requests use HTTPS, any unencrypted http:// connections always redirect to https:// before being sent to the application to be processed. If you are unable to make a connection it is likely that your device does not have the CA certs/roots, or perhaps even a TLS library, suitable for connecting. You should be able to connect and get the redirect response, but after following the response the connection must use https://

Regards,

Keith
Render Support, UTC+10 :australia:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.