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
go 的标准库只传一个秘钥对就行了,我看本工程的注释也是Certificates contains one or more certificate chains to present,但是我只放一个就报错说必须要两个以上。我想着跟之前的TLS兼容,尝试两个放一样的,但是报错tls: no cipher suite supported by both client and server,这两个秘钥对有什么要求么。没有看到相关的设计文档,所以想咨询一下,谢谢~
尝试运行测试用例credentials_test.go,也失败了,错误如下:
handshake error : x509: certificate has expired or is not yet valid
readHandshake error: remote error: tls: bad certificate
handshake error : remote error: tls: bad certificate
The text was updated successfully, but these errors were encountered:
go 的标准库只传一个秘钥对就行了,我看本工程的注释也是
Certificates contains one or more certificate chains to present
,但是我只放一个就报错说必须要两个以上。我想着跟之前的TLS兼容,尝试两个放一样的,但是报错tls: no cipher suite supported by both client and server
,这两个秘钥对有什么要求么。没有看到相关的设计文档,所以想咨询一下,谢谢~尝试运行测试用例
credentials_test.go
,也失败了,错误如下:The text was updated successfully, but these errors were encountered: