flutter-webrtc / flutter-webrtc-server

A simple WebRTC signaling server for flutter-webrtc.
MIT License
753 stars 304 forks source link

TLS handshake error #83

Open jzahmatkesh opened 1 year ago

jzahmatkesh commented 1 year ago

how can i solve this certificate error:

http: TLS handshake error from 127.0.0.1:65046: remote error: tls: unknown certificate

alvar0liveira commented 7 months ago

Hi! If you are on a MacOs use can use this Article on Medium. Basically use can run the command mkcert -install. After that restart the browser. Worked for me!

itsazzad commented 5 months ago

How about in Linux?

kuchlous commented 3 months ago

Hi! If you are on a MacOs use can use this Article on Medium. Basically use can run the command mkcert -install. After that restart the browser. Worked for me!

This worked for me as well.