networked-aframe / naf-janus-adapter

networked-aframe Janus network adapter
Mozilla Public License 2.0
12 stars 9 forks source link

Site insecure on local host #58

Closed ahmedrana3d closed 7 months ago

ahmedrana3d commented 7 months ago

When I run the site(examples) on local host, it appears to be insecure. notsecure

vincentfretin commented 7 months ago

That's normal. The webpack-dev-server is generating a self-signed TLS/SSL certificate that is not signed by a publicly trusted certificate authority (CA). You can just accept the security risk.