Replies: 2 comments
-
Got same issue with 5.0.176, this is my temporary solution. |
Beta Was this translation helpful? Give feedback.
0 replies
-
The SRS HTTPS server is for demo only, please use Nginx/Caddy to proxy to SRS in production enviroinment. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
Please description your issue here
SRS Version: 6.0.72
SRS Log:
Replay
Please describe how to replay the bug?
Step 1: Create an elliptic curve SSL cert (Let's Encrypt works for this)
Step 2: Provide that to SRS
Step 3: Hit a HTTPS endpoint
Expect
Expect the server to be able to apply encryption to WebRTC streams using Let's Encrypt and elliptic curve cryptography. It appears the server is hardcoded to only accept RSA:
https://github.com/ossrs/srs/blob/develop/trunk/src/app/srs_app_conn.cpp#L779-L781
Beta Was this translation helpful? Give feedback.
All reactions