RTSPtoWeb icon indicating copy to clipboard operation
RTSPtoWeb copied to clipboard

How to serve content over HTTPS instead of HTTP

Open josinact opened this issue 1 year ago • 2 comments

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?

josinact avatar Apr 12 '23 10:04 josinact

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.

josinact avatar Apr 17 '23 04:04 josinact

did you manage to resolve this ? what if i want to use letsencrypt ?

karthikindia avatar Aug 10 '24 15:08 karthikindia