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
I am building webrtc from source following the instructions in the repo and then I am executing the cargo build. Everything builds successfully and I can run the livekit examples, however whenever I am using a URL with encryption for the server (wss:), the room.connect fails with an exception HTTP error: 200 OK. If I use (ws:), everything works as expected.
I assume it is related to the WebSocket and SSL. I have run the build_linux.sh and the ssl patch has been applied successfully.
If I use the original liblivekit_ffi.so that comes with the installation the URL with encryption works as expected.
Any ideas?
The text was updated successfully, but these errors were encountered:
I am building webrtc from source following the instructions in the repo and then I am executing the
cargo build
. Everything builds successfully and I can run the livekit examples, however whenever I am using a URL with encryption for the server (wss:), theroom.connect
fails with an exceptionHTTP error: 200 OK
. If I use (ws:), everything works as expected.I assume it is related to the WebSocket and SSL. I have run the
build_linux.sh
and the ssl patch has been applied successfully.If I use the original
liblivekit_ffi.so
that comes with the installation the URL with encryption works as expected.Any ideas?
The text was updated successfully, but these errors were encountered: