net :: ERR_INSECURE_RESPONSE

Asked

Viewed 117 times

0

I am developing a program that aims to show video and audio calls. As a video conference. Multiple users at the same time.

I’m using peer.js.

But the following error is occurring:

GET https://cdn.peerjs.com/0.3/peer.js net :: ERR_INSECURE_RESPONSE

How can I fix this?

Thank you,

Fernando

1 answer

0

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

Use the URL only with http or use services from CDN. For example: https://cdnjs.com/libraries/peerjs

Browser other questions tagged

You are not signed in. Login or sign up in order to post.