RTSPtoWeb
RTSPtoWeb copied to clipboard
How to serve content over HTTPS instead of HTTP
I have hosted the WebRTC example on a React app.
Locally it works fine however when I host it on cloud it returns the Mixed Content error due to the WebRTC endpoint being http while my app is on https.
Do I solve this by creating a proxy or is there a way to serve the endpoint content over https?
I figured that I need to change the config file's https field to true. However now I am having issues with the SSL cert. the server.key file has ec params and ec private keys which I do not have on my SSL cert.
did you manage to resolve this ? what if i want to use letsencrypt ?