marcorocca

Results 9 comments of marcorocca

@dinhdanh you can use [this approach](https://github.com/edamov/pushok/issues/128#issuecomment-779692784) we have discussed today.

I think it's a better approach using: `$this->client = new Client($this->authProvider, env('APN_PRODUCTION'), [CURLOPT_CAINFO => 'GeoTrust_Global_CA.pem']);` with an up to date cacert.pem to avoid disabling the authenticity verification of the peer's...

If you want to be independent from server configuration you can use this https://github.com/edamov/pushok/issues/124#issuecomment-778685800 or in this form: `$client = new Client($authProvider, true, [CURLOPT_CAPATH => '/pathto/certs']);` Where `/pathto/certs` is a...

Hello @baden32 you can download the certificates [here](https://developer.apple.com/documentation/usernotifications/setting_up_a_remote_notification_server) from Apple: > Communication between your provider server and APNs must take place over a secure connection. Creating that connection requires installing...

I think there is something wrong with the CAs in the link, one of them is the same linked in Apple site (`AAACertificateServices.crt`, hash: ee64a828), the other not. Download the...

After March 29 Apple's servers will request a CA with ee64a828 hash. So, if it's in your cert directory, it will work. You only have to leave both in your...

You're welcome, I hope it will be useful to others too.

Hello @AnaelMobilia, thank you for the suggestions! The problem I see is linked to the fact that a filter that moves emails from the inbox to the dmarc folder linked...

Hello, I have a very similar problem related to the update via WP-CLI that does not see the updates immediately. I think the cause is to be found in the...