net :: ERR_INSECURE_RESPONSE

0

I'm developing a program that aims to show video and audio calls. Like a videoconference. Multiple users at once.

I'm using peer.js.

But the following error is occurring:

GET link net :: ERR_INSECURE_RESPONSE

How can I resolve this?

Thanks,

Fernando

    
asked by anonymous 29.01.2018 / 16:26

1 answer

0

The site's SSL certificate is invalid and so the browser is blocking.

Use the URL only with http or use CDN services. For example: link

    
29.01.2018 / 16:33