We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
我使用acme.sh签发了Let'sEncrypt证书 I used acme.sh to sign a SSL certificate from Let'sEncrypt
并在config文件中配置了相应的.cer和.key文件 And I set up the SSL config with the generated .cer and .key file
然而OBS推流(rtmps://)提示 RTMP服务器发送了无效的SSL证书 However when I was streaming with OBS (rtmps:// link) it warned RTMP server sent invalid SSL certificate
RTMP服务器发送了无效的SSL证书
RTMP server sent invalid SSL certificate
服务器端Log如下: Here's the log:
INFO accept a rtmp connection. remoteAddr=▯.▯.▯.▯:35742 - server.go:95 DEBUG [NAZACONN3] lifecycle new connection. net.Conn=0xc0000efc00, naza.Connection=0xc00007e000 - connection.go:193 INFO [RTMPPUBSUB3] lifecycle new rtmp ServerSession. session=0xc000007380, remote addr=▯.▯.▯.▯:35742 - server_session.go:113 DEBUG [NAZACONN3] close once. err=remote error: tls: unknown certificate authority - connection.go:509 INFO [RTMPPUBSUB3] lifecycle dispose rtmp ServerSession. err=remote error: tls: unknown certificate authority - server_session.go:549 DEBUG [NAZACONN3] Close. - connection.go:381
其它可能有用的信息: Other information:
软件版本 Version Info UbuntuServer 22.04 LTS Lalserver v0.36.7 OBS 29.1.3
The text was updated successfully, but these errors were encountered:
No branches or pull requests
我使用acme.sh签发了Let'sEncrypt证书
I used acme.sh to sign a SSL certificate from Let'sEncrypt
并在config文件中配置了相应的.cer和.key文件
And I set up the SSL config with the generated .cer and .key file
然而OBS推流(rtmps://)提示
RTMP服务器发送了无效的SSL证书
However when I was streaming with OBS (rtmps:// link) it warned
RTMP server sent invalid SSL certificate
服务器端Log如下:
Here's the log:
其它可能有用的信息:
Other information:
The text was updated successfully, but these errors were encountered: