xaicron / p5-Net-APNs-Extended

Client library for APNs
Other
2 stars 6 forks source link

APNs unsupported TLSv1 #8

Closed omohayui closed 5 years ago

omohayui commented 5 years ago

gateway.(sandbox.)push.apple.com does not support TLSv1 now. SSL errors have occurred since March 9.

openssl s_client -connect gateway.sandbox.push.apple.com:2195 -tls1
=> NG
openssl s_client -connect gateway.sandbox.push.apple.com:2195 -tls1_1
=> OK
xaicron commented 5 years ago

Thanks!