champion0125 / apns-php

Automatically exported from code.google.com/p/apns-php
0 stars 0 forks source link

Patch for /wiki/CertificateCreation.wiki #33

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
the final PEM file needs to be readable by the webserver and for that chmod 400 
is necessary. This instruction was missing in the wiki. As a result my APNS was 
not working. After doing a chmod 400 on the PEM file, my APNS started working. 
Hence, Including this instruction in the wiki.

Original issue reported on code.google.com by ra...@mangoesmobile.com on 28 Aug 2012 at 2:47

Attachments:

GoogleCodeExporter commented 8 years ago
You should check the owner too. It may be owned by another user, so the chmod 
400 will not make it readable by the webserver.

Original comment by marc31boss on 22 Oct 2012 at 7:21

GoogleCodeExporter commented 8 years ago
Dear,

The project source code has moved to github; if your issue is still valid, 
please open it on github page https://github.com/duccio/ApnsPHP/issues

Thanks.

Original comment by aldo.arm...@gmail.com on 26 Oct 2012 at 11:47