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
app/proxyman/outbound: app/proxyman/outbound: failed to process outbound traffic > proxy/hysteria: failed to find an available destination > transport/internet/hysteria: RoundTrip err > CRYPTO_ERROR 0x12a (local): tls: failed to verify certificate: x509: “localhost” certificate is not standards compliant
app/proxyman/outbound: app/proxyman/outbound: failed to process outbound traffic > proxy/hysteria: failed to find an available destination > transport/internet/hysteria: RoundTrip err > CRYPTO_ERROR 0x12a (local): transport/internet/tls: peer cert is invalid (against root CAs and verifyPeerCertByName)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
服务器是使用自签名证书的hysteria2+salamander混淆
现在加上allowInsecure暂时是可以用的,配置段如下:
不加
allowInsecure的话连接报错:可以看出证书的名称是localhost,我就加上了
"verifyPeerCertByName": "localhost",结果又报错:没辙了,只能用
pinnedPeerCertSha256。但是这种加了混淆的怎么才能获取到原始证书?强烈建议之后的版本在开启debug日志的时候自动打印证书的Sha256Beta Was this translation helpful? Give feedback.
All reactions