Skip to content
This repository has been archived by the owner on Dec 2, 2023. It is now read-only.

add an area directly inside of the sfu that allows users to point to their ssl certs #596

Open
mattjslaton opened this issue Jan 13, 2022 · 3 comments

Comments

@mattjslaton
Copy link

I've gotten this locally on my system inside of a docker container, everything works fine but when I got to upload everything to my server, the client written in javascript wont connect because it is not secure. I've tried to use Caddy to build a secure connection using keys but Caddy was not working as expected. I decided to use a server written in node to upgrade the connection using the package http-proxy. That seemed to have worked, but for some reason the video is not showing up. Which should not be an issue unless the proxy server is not relaying all the information the webrtc client needs. What would be more ideal would be having a config file for this sfu where I can put in the certs and not have to worry about installing a separate reverse proxy to handle the ssl

@Sean-Der Sean-Der transferred this issue from pion/webrtc Jan 14, 2022
@Sean-Der
Copy link
Contributor

Hi @mattjslaton

Would you mind describing your setup a little more. Are you running ion-app-web?

If you set the names here you should get a certificate via LetsEncrypt.

@vmwsree
Copy link

vmwsree commented Jan 15, 2022

im accessing my server using ip, still the remote video stream doesn't show

@jason-shen
Copy link

jason-shen commented Jan 16, 2022

you need a real domain to get the ssl cert via LetsEncrypt, if you want to test locally you can try to use here , the free plan will do want you wanted, as ngrok will give you a subdomain that has ssl. hope that helps

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants