MixinNetwork / kraken

🐙 High performance WebRTC SFU implemented with pure Go.
Apache License 2.0
334 stars 49 forks source link

SSL Certificates #14

Closed youcam39 closed 3 years ago

youcam39 commented 3 years ago

How to use ssl certificates for the server?, we all knew that WEBRTC needs an HTPS protocol to work

cedricfung commented 3 years ago

You may use Candy or nginx as a proxy to your kraken. And configure SSL in the proxy.

youcam39 commented 3 years ago

I've updated the source code to use HTTPS and it's working as expected