You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Got same issue with 5.0.176, this is my temporary solution.
I obtained a certificate with the parameter "--key-type rsa" in Certbot, and it works well.
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
The text was updated successfully, but these errors were encountered: