You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: