bigcommerce-api-php
bigcommerce-api-php copied to clipboard
Strange intermittent SSL / SSH key issue...
Fatal error: Uncaught exception 'Bigcommerce\Api\NetworkError' with message 'SSL peer certificate or SSH remote key was not OK'
this only happens every few requests, just found it in our log file
Bump, this is becoming more frequent now
Fatal error: Uncaught exception 'Bigcommerce\Api\NetworkError' with message 'SSL peer certificate or SSH remote key was not OK' in /vendor/bigCommerce/bigcommerce.php:82 Stack trace: #0 /vendor/bigCommerce/bigcommerce.php(142): Bigcommerce\Api\Connection->handleResponse() #1 /vendor/bigCommerce/bigcommerce.php(333): Bigcommerce\Api\Connection->get('https://store-c...') #2 /vendor/bigCommerce/bigcommerce.php(568): Bigcommerce\Api\Client::getCollection('/orders?limit=1...', 'Order') #3
We now have a dedicated SSL through BigCommerce and that seems fine, but we were connecting to your store-XYZ.mybigcommerce.com previously. For one thing that SSL should always be valid or we can't trust it's BigCommerce we're connecting to surely?