1

my server was sending push notification without any problems till yesterday. Then it stop without any changes made to server or code.

I use php on an ubuntu system to send the notifications.

Since yesterday I get this error, when connecting:

stream_socket_client(): SSL operation failed with code 1. OpenSSL Error messages:  
error:14094416:SSL routines:ssl3_read_bytes:sslv3 alert certificate unknown  

All certificates are sill valid.

Any idea, what could happend?

Thanks, Stefan

kometen
  • 6,536
  • 6
  • 41
  • 51
Urkman
  • 1,298
  • 1
  • 16
  • 32

1 Answers1

0

For me it helped, to revoke all certificates, even if they are still valid and create them new. After this, everything is now working again...

Urkman
  • 1,298
  • 1
  • 16
  • 32