Hi all
i created the app. For adhoc build got notification but after moved the live. App not getting the push notification. Server team getting following exception
ZendService\Apple\Exception\RuntimeException: Unable to connect: tls://gateway.push.apple.com:2195: 2 (stream_socket_client(): SSL operation failed with code 1. OpenSSL Error messages:
error:14094415:SSL routines:ssl3_read_bytes:sslv3 alert certificate expired)
as pem file is expired but I created 1 month back and also I generated the new pem file but same issue
I trying to generate the pem in terminal as follows
“openssl pkcs12 -in Certificates.p12 -out Certificates.pem -nodes -clcerts”
Server team mentioning the 2195 port is opened and providing the physical path
Can you please help out