zendframework / ZendService_Google_Gcm

Implementation for ZF2 of a GCM 3rd party server (http://developer.android.com/guide/google/gcm/)
BSD 3-Clause "New" or "Revised" License
29 stars 49 forks source link

Fix for sslcapath error. #2

Closed hairyhum closed 10 years ago

hairyhum commented 10 years ago

Fixed httpClient error when it tries to find sslcapath.

Maks3w commented 10 years ago

Sorry @hairyhum but the politic about security things is the highest option by default.

You need to configure the authorized CA certificates path or override the class with your custom implementation.

mwillbanks commented 10 years ago

@hairyhum what you should be doing is manually setting the HttpClient in this case if you do not want to have a sslcapath configured.