Hello Idz,
Hope you are well.
Apparently the connection is being blocked.
You can capture network traffic to confirm it.
Capturing the NETSH traces
1. Close all open programs
2. Open an administrative command prompt.
3. Run the following commands and press enter after each one:
1. Netsh trace start capture=yes maxsize=2048 tracefile=c:\Client.etl (This location can be changed if desired)
2. Ipconfig /flushdns
4. Reproduce the issue in the application
5. To stop the capture use following command and press enter:
1. Netsh trace stop
6. When the NETSH trace has stopped, you will have a .etl and .cab file
NETSH Traces can be viewed in Netmon or Message Analyzer
About TLS suspicion, you can use the following tools to review the current setup:
Online tool:
www.ssllabs.com/ssltest
Offline tool:
www.nartac.com/.../IISCrypto