Anjay icon indicating copy to clipboard operation
Anjay copied to clipboard

How to determine if client is blocked by a firewall?

Open eabase opened this issue 2 years ago • 0 comments

Hi,

I'm behind a corporate firewall, and trying to determine if my connection issues are due the firewall or local (Windows) Group Policy settings or if it is my client settings that are wrong.

Is there a simple way to determine if the client is actually reaching the server?

My assumption is that a simple ping to the URI is not a good test as it would use ICMP and not a TCP or UDP.
My suspicion is that you just get an SSL originated timeout error (as I reported in a different issue. #66 ), shown as:
handshake failed: -26624.

eabase avatar Aug 07 '23 08:08 eabase