I was struggling why some of my http calls where not working, where in fact it was due to a bad ssl certificate, however amphp give an error like this :
Amp\Http\Client\SocketException: Connection to '****:443' @ '172.18.0.13:443' closed during TLS handshake at /app/tests/integration/vendor/amphp/http-client/src/Connection/DefaultConnectionFactory.php:137'
Also in this case the connection seems to be interrupted abruptly.
I think there could be a better error that show that it's an invalid certificate
I was struggling why some of my http calls where not working, where in fact it was due to a bad ssl certificate, however amphp give an error like this :
Also in this case the connection seems to be interrupted abruptly.
I think there could be a better error that show that it's an invalid certificate