Okan Giritli

Results 14 comments of Okan Giritli

You are probably using localhost without SSL/TLS. Please try disabling the client verification before the call: ```php MyDataRequest::verifyClient(false); ``` Full snipppet: ```php

It seems like there's an SSL certificate problem with your site. When I visited toradirect.gr, Chrome displayed a certificate error - the certificate is actually issued for opap.gr, not your...

Since your DNS resolution is working, basic curl access is successful, and the certificate is valid, the problem might to be specifically related to how Guzzle/PHP is trying to connect...