rackspace / php-opencloud

The PHP SDK for OpenStack clouds
developer.rackspace.com
Other
451 stars 250 forks source link

[curl] 60: SSL certificate problem: unable to get local issuer certificate [ur #738

Closed EricGSX closed 5 years ago

EricGSX commented 5 years ago

[curl] 60: SSL certificate problem: unable to get local issuer certificate [url] https://identity.api.rackspacecloud.com/v2.0/tokens

cyberkishor commented 5 years ago

Same for me, In my local working fine without any error but in the server it returns the same error

@EricGSX post solution if you find

cyberkishor commented 5 years ago

@EricGSXI found the solution

if you replace vendor/guzzle/guzzle/src/Guzzle/Http/Resources/cacert.pem file with https://curl.haxx.se/ca/cacert.pem file your problem will solve i think.

EricGSX commented 5 years ago

@EricGSXI found the solution

if you replace vendor/guzzle/guzzle/src/Guzzle/Http/Resources/cacert.pem file with https://curl.haxx.se/ca/cacert.pem file your problem will solve i think.

Thank you very much. I have solved this problem in this way