daryn-k
daryn-k
Same problem
@lorenzyannick any news in your investigation? I have the same error
After passing $context parameter I fixed my situation. $options = [ 'context' => [ 'ssl' => [ 'verify_peer' => false, 'verify_peer_name' => false ] ] ]; $this->client = new Client(new...
I have the same error. Even more, this error occurred accidentally, I didn't change anything. Everything works fine in localhost, in NodeJS, in browser ... But the real server doesn't...