rackspace / php-opencloud

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

Tried to fix Image send failure on hosted app - #732

Open mrinmayk opened 6 years ago

mrinmayk commented 6 years ago

Hello,

I replaced the cert.pem file with the cacert.pem file as mentioned in the link below- https://community.rackspace.com/products/f/dedicated-hybrid-hosting-forum/8674/rackspace-public-cloud-php-opencloud-sdk-errors-due-to-outdated-certificate-authority-list?_ga=2.194649517.1057453162.1531093686-1227313324.1530913948 in the /usr/production/nginx folder.

This replacement was as per suggestion from Rackspace.

But my hosted app still fails on trying to send images after 24 hours.

Help.

Thanks Mrinmay

kynx commented 6 years ago

I didn’t replace the certs, just told it to use the system ones. See https://github.com/rackspace/php-opencloud/issues/727#issuecomment-397773223

This is probably more robust: your is should keep up-to-date CAs.

But just a thought - you did restart nginx after your changes?