Level 73
@amir5 maybe this will help: https://github.com/guzzle/guzzle/issues/1349#issuecomment-351498340
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
I'm using laravel http client to communicate with an api, but usually, it throws ConnectionExcepition:
GuzzleHttp\Exception\ConnectException: cURL error 35: error:0A00009F:SSL routines::length mismatch
Http::log()->acceptJson()->withToken($this->getToken())->withoutVerifying()->get(...);
It happened just yesterday, before that it was working fine.
Please or to participate in this conversation.