flutter-webrtc-server
flutter-webrtc-server copied to clipboard
TLS handshake error
how can i solve this certificate error:
http: TLS handshake error from 127.0.0.1:65046: remote error: tls: unknown certificate
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!
How about in Linux?
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.