I have been trying to POST a test order to an API and have been getting the “Could not get any response” message. I have tried the solutions presented here to see if I could work around it but have had no luck. The console log is returning an error that the “Client network socket disconnected before secure TLS connection was established” I’m curious about where I can look to resolve that issue? Not sure if that is a Postman issue or a device issue in regards to accessibility?
Hi Odan, I did try turning off the SSL Certificate Validation. I have reconfirmed the Proxy settings with my teammates, and tried turning off and on a variety of settings to see if it would help. I have also tried to adjust my internet settings to see if it is simply an error with the Wifi I am on.
Thanks for the detail. Even when seeing this, it does seem difficult to troubleshoot what the issue is even with what you’ve presented.
I can’t think of what the issue could be with what you have provided. The next step that I would do, or ask is to provide a pcap file of when you try to send the api request via the proxy. This network log should provide more detail on the error being encountered.
From the error, I am inclined to believe that for some reason, your machine cannot complete a TLS handshake with the server, and might have to do with the cipher suite available on your computer. Using wireshark to get a pcap should help to clear that up.