You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Built with --tls-insecure and passed as an argument as per above. Using a self signed cert, which appears to have a version of "version 1". I can replace the cert, but expected tls-insecure to ignore this?
The text was updated successfully, but these errors were encountered:
Further issues as per 21.
`gst-meet --web-socket-url=wss://jitsi.home/xmpp-websocket --room-name=testroom --xmpp-jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJqb2JwcnVuZXIiLCJhdWQiOiJqaXRzaSIsInJvb20iOiJ0ZXN0cm9vbSIsInN1YiI6Impk
QGpkLmNvbSIsImNvbnRleHQiOnsidXNlciI6eyJhdmF0YXIiOiIiLCJuYW1lIjoiamQiLCJlbWFpbCI6ImpkQGpkLmNvbSIsImFmZmlsaWF0aW9uIjoibWVtYmVyIn19LCJleHAiOjE2OTY1NjQwNDN9.rf9hHyc3Tz5Xh8cdy22X-VOLoNkf67haaPBstN-Gp08 --tls-insecure
2023-10-06T03:20:02.421430Z INFO Connecting XMPP WebSocket to wss://jitsi.home/xmpp-websocket?room=testroom?room=testroom&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJqb2JwcnVuZXIiLCJhdWQiOiJqaXRzaSIsInJvb20iOiJ0ZXN0cm9vbSIsInN1YiI6ImpkQGpkLmNvbSIsImNvbnRleHQiOnsidXNlciI6eyJhdmF0YXIiOiIiLCJuYW1lIjoiamQiLCJlbWFpbCI6ImpkQGpkLmNvbSIsImFmZmlsaWF0aW9uIjoibWVtYmVyIn19LCJleHAiOjE2OTY1NjQwNDN9.rf9hHyc3Tz5Xh8cdy22X-VOLoNkf67haaPBstN-Gp08
Error: failed to build connection
Caused by:
0: failed to connect XMPP WebSocket
1: IO error: invalid peer certificate: Other(UnsupportedCertVersion)
2: invalid peer certificate: Other(UnsupportedCertVersion)
`
Built with
--tls-insecure
and passed as an argument as per above. Using a self signed cert, which appears to have a version of "version 1". I can replace the cert, but expectedtls-insecure
to ignore this?The text was updated successfully, but these errors were encountered: