3

I am trying to send push notifications, to iOS Devices which was working pretty well, but suddenly it started throwing the following error:

stream_socket_client(): SSL operation failed with code 1. OpenSSL Error messages: error:14094438:SSL routines:ssl3_read_bytes:tlsv1 alert internal error

I checked with server port 2195 and 2916 both are enabled and double checked the .pem file which seems correct too.

I would appreciate if I can get help on the above error.

Thanks

Deepak Khiwani
  • 734
  • 1
  • 8
  • 33
  • Is it possible that the certificate has expired? – Stephan Schlecht Jan 04 '19 at 19:00
  • Suddenly, as in all devices at once? Something has changed either on devices either on your server. What are the *OpenSSL* versions used (or if any other cryptography provider please specify the name and version)? Has something updated on the involved parties? – CristiFati Jan 04 '19 at 21:15
  • Either check certification, May be the p12 certificate you are using has been expired or changed of the path of your .pem file is changed – Shruti Jan 10 '19 at 06:43

1 Answers1

0
Hi you should export Apple push service certificate screen shot given below  and export it, Iam also got same error now fixed by export this certificate.

Let me know if you have any clarifications.

enter image description here

Sathish
  • 69
  • 9