I have a client server application which the client side is running on web-browser, in this case IE11. The application would connect to the server side which listen on TCP port 59082.
During TLS handshake sequence, it seems it is blocked in the middle of the handshake. However, if I press the F12 to activate the dev-tools, the network communication would continue.
Using WireShark, I captured the network communication. Here where it is blocked:
The network communication stopped there. Once I pressed F12, it will continue to this part (see step 15 and so on):
I have no idea how to investigate this because F12 would fix the problem. And the same application works fine on Google Chrome.
Anyone has idea what to check?