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のclientコマンドを使用します。何かのようなもの
openssl s_client -connect gateway.sandbox.push.apple.com:2195 -prexit -cert Cert.pem -debug -showcerts -CAfile CA.pem
もちろん、必要に応じて証明書のファイル名を入力してください。