#Steve
1 messages · Page 1 of 1 (latest)
hello! can you share the exact error message returned?
[2023-10-10 21:33:19] local.ERROR: Unexpected error communicating with Stripe. If this problem persists, let us know at support@stripe.com.
(Network error [errno 35]: SSL peer reports incorrect Message Authentication Code.) {"userId":4559,"exception":"[object] (Stripe\Exception\ApiConnectionException(code: 0): Unexpected error communicating with Stripe. If this problem persists, let us know at support@stripe.com.
(Network error [errno 35]: SSL peer reports incorrect Message Authentication Code.) at /var/www/v2/tp-mc-web-laravel8/vendor/stripe/stripe-php/lib/HttpClient/CurlClient.php:579)
[stacktrace]
is this occurring for all requests made to Stripe or only sometimes?
and it looks like there's an exception object? can you also share what's in the exception object?
not all request, only sometimes
the exception will be like
{"userId":4559,"exception":{
'code' :,
'message' : ,
'trace' : ,
}}
can you run https://github.com/stripe/stripe-reachability on the server where you're running your app and share the output?
the return exception must be in json format right?
i don't understand what you mean? the error message you pasted mentions that it's an object which means it's already mapped