i use easyrtc EasyRtc Github
I use IFRAME streaming load my web page PHP. Everything was fine when my site was protocol HTTP. Now I changed the HTTP connection to HTTPS, connection beginning not to work. Node js installed on the same server, I connect to it via ip, without the https protocol. How can I set up the connection?
Pass a fake certificate and private keys when you create server using https module, like
Happy coding