-
-
Notifications
You must be signed in to change notification settings - Fork 5.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to install SSL and serve HTTPS streaming #1992
Comments
I'm wondering this too, I tried to setup an NGINX proxy, add SSL to that proxy, but couldn't use proxy_pass to pass the request of m3u8 to origin side. :( |
I can help you. lgjluis@gmail.com |
use nginx reverse proxy. install ssl certificate for nginx and setup reverse proxy.
all the request to http://abc.com/live/tv.m3u8 will to http://127.0.0.1:8080/live/tv.m3u8 , while srs listen on 8080. same question: https://github.com/ossrs/srs/issues/1142 |
Use Nginx or Caddy as a proxy to provide unified HTTP/HTTPS services, refer to #2881
|
Fixed in #1657 (comment) |
See #2881 (comment) |
Hi, I use Ubuntu 16 server with apache and let's encrypt certificates. I have compiled SRS today directly from Git, so I have the latest version. I'm trying to enable HTTPS on all site, I have a player which load HSL stream passed by RTMP. How can I enable SSL? Now I receive the connection closed error
The text was updated successfully, but these errors were encountered: