rust-sdks
rust-sdks copied to clipboard
Custom CA file (Self signed Certificate)
Hey everyone,
Amazing work. First time that I run a webrtc framework and it just works :) I am however wondering if there is any plans on supporting custom ca files in the rust (and by extension in the python) client? Or is there any pitfalls that I might be forgetting about?
About my scenario: I would love to run livekit in a local network and stream video feeds (microscopy data) centrally to the server and then to a electron app. Custom certificates shouldn't be a problem in electron land but I am struggling to connect my python based microscope !
Also happy to work on a PR if that could help?