flutter-webrtc-server icon indicating copy to clipboard operation
flutter-webrtc-server copied to clipboard

TLS handshake error

Open jzahmatkesh opened this issue 2 years ago • 3 comments

how can i solve this certificate error:

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

jzahmatkesh avatar Oct 12 '22 20:10 jzahmatkesh

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!

alvar0liveira avatar Jan 15 '24 23:01 alvar0liveira

How about in Linux?

itsazzad avatar Apr 02 '24 07:04 itsazzad

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.

kuchlous avatar May 19 '24 10:05 kuchlous