I just recently uploaded a nodejs backend but it doesn’t have a ssl certificate so the responses are via http, I have been reading that render do that automatically but I’m a little confuse because normally I should make an instance of https in the code with some credentials, but when I deployed the backend it said https in the url BUT when I tried make a call to an api from my frontend and postman it show me the following error
Error: write EPROTO 77763592:error:100000f7:SSL routines:OPENSSL_internal:WRONG_VERSION_NUMBER:…/…/…/…/src/third_party/boringssl/src/ssl/tls_record.cc:242:
Render terminates SSL upstream of your running service. Once the request is inside the Render network it is passed from the proxy to your instance over HTTP, so your code only needs to be configured to accept HTTP (not HTTPS) requests.
It’s hard to provide any assistance with your error without any details. Please could you share some specific details of the issue you are experiencing that may help us troubleshoot it with you e.g. the URL you’re requesting.
If you don’t want to share these details on the community forum, please feel free to raise a ticket from the “Help” or “Contact Support” links while logged into the Dashboard.