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
2023/11/26 02:04:38 http-auth: Post "https://example.com/broadcast/srt/authorize/": x509: certificate signed by unknown authority
2023/11/26 02:04:38 8.8.8.8:58886 - Stream 'publish/awmusic12635' access denied
02:04:38.147595/SRT:RcvQ:w1!W:SRT.cn: @923775032:newConnection: connection rejected due to: INTERNAL REJECTION - ERROR:PREDEFINED:401
02:04:38.148049/SRT:RcvQ:w1!W:SRT.cn: processConnectRequest: rsp(REJECT): 2401 - Application-defined rejection reason
Having a situation where the http-auth is rejecting even querying my auth URL due to it not knowing the SSL cert. The domain is using a Let's encrypt cert that works on all other situations I've seen (on the host, in the browser etc).
I cannot disable https on the domain
Is there a way this can be made to be trusted or at the very minimum a way to allow insecure certificates?
The text was updated successfully, but these errors were encountered:
Go should pick up the CA certificates from your local system. If the Letsencrypt CA is untrusted then most likely something is strange with your certificate setup on the machine you are running srtrelay on?
Having a situation where the http-auth is rejecting even querying my auth URL due to it not knowing the SSL cert. The domain is using a Let's encrypt cert that works on all other situations I've seen (on the host, in the browser etc).
I cannot disable https on the domain
Is there a way this can be made to be trusted or at the very minimum a way to allow insecure certificates?
The text was updated successfully, but these errors were encountered: