steep-balloon-41261
11/08/2022, 1:22 PMable-gigabyte-21598
11/08/2022, 2:10 PMsteep-painter-64729
11/08/2022, 2:35 PMsteep-painter-64729
11/08/2022, 2:36 PMable-gigabyte-21598
11/08/2022, 4:03 PMsteep-painter-64729
11/08/2022, 4:03 PMsteep-painter-64729
11/08/2022, 4:03 PMable-gigabyte-21598
11/08/2022, 4:29 PMdry-elephant-14928
11/08/2022, 9:49 PMdialer := *websocket.DefaultDialer
dialer.TLSClientConfig = &tls.Config{InsecureSkipVerify: true}
then you'd have to recompile egress to get it to work.
alternatively, you could use ws:// URLs without the self-signed SSL.steep-painter-64729
11/08/2022, 10:21 PM/usr/share/ca-certificates/ and run sudo dpkg-reconfigure ca-certificates and when the Egress connects to the livekit it should validate the certificate.steep-painter-64729
11/08/2022, 10:22 PMdry-elephant-14928
11/08/2022, 10:30 PM