gpt4 book ai didi

ios - APNS:openssl s_client gethostbyname失败

转载 作者:行者123 更新时间:2023-12-01 17:32:00 27 4
gpt4 key购买 nike

我正在尝试使用以下命令测试服务器与Apple的沙盒APNS服务器之间的连接:

$ openssl s_client -connect gateway.sandbox.apple.com:2195 -cert cert.pem -key key.pem
Enter pass phrase for key.pem:
gethostbyname failure
connect:errno=0
gethostbyname failure的含义是什么,原因是什么?

在同一服务器上,到端口2195的telnet运行正常:
$ telnet gateway.push.apple.com 2195
Trying 17.149.36.242...
Connected to gateway.push-apple.com.akadns.net.
Escape character is '^]'.

更新:如果我使用IP代替主机名,则可以正常工作:
$ openssl s_client -connect 17.149.36.242:2195 -cert cert.pem -key key.pem

OpenSSL无法解析DNS?

最佳答案

沙箱的正确名称是gateway.sandbox.push.apple.com,而不是gateway.sandbox.apple.com。

关于ios - APNS:openssl s_client gethostbyname失败,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18331593/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com