Within the past week, I have been having intermittent networking errors when using Php SDK (uses curl client) to communicate with stripe credit card processing. It doesn't happen every time; however, the frequency is becoming more common.
I have traced the error to being related to curl
Network error [errno 28]: Operation timed out after 0 milliseconds with 0 out of 0 bytes received
We are using stripe's SDK and that is the exception it is giving us. Stripe is not reporting any errors.
Do you have any ideas to figure this out?
object(Stripe\Error\ApiConnection)#312 (12) {
["message":protected]=>
string(362) "Could not connect to Stripe (https://api.stripe.com/v1/charges). Please check your internet connection and try again. If this problem persists, you should check Stripe's service status at https://twitter.com/stripestatus, or let us know at support@stripe.com.
(Network error [errno 28]: Operation timed out after 0 milliseconds with 0 out of 0 bytes received)"