Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当从终端完成某些任务时,它会给我消息连接被外国主机关闭?
如果您想测试您的证书,请使用 openssl 的客户端命令。就像是
openssl s_client -connect gateway.sandbox.push.apple.com:2195 -prexit -cert Cert.pem -debug -showcerts -CAfile CA.pem
显然,在需要的地方填写您的证书文件名。