【发布时间】:2021-08-27 17:12:11
【问题描述】:
我有 websocket 端点 wss://http-testnet.hecochain.com/ 可以连接,
但我无法在代码中使用它的证书。
虽然为 HTTP URL 提供证书,但您可以只使用浏览器(见下面的 1)和 2), WS没有办法,因为它没有显示在浏览器中
链接
-
-
https://superuser.com/questions/97201/how-to-save-a-remote-server-ssl-certificate-locally-as-a-file,例如
openssl s_client -connect google.com:443 -showcerts
-
https://superuser.com/questions/97201/how-to-save-a-remote-server-ssl-certificate-locally-as-a-file,例如
【问题讨论】:
标签: websocket certificate