Firewall – Application Unable connect Remote Server. FIREWALL Issue

firewallnetstatportsoapwindows-server-2008

Developing a C# Application that uses an WDSL/SOAP service and connects to a server via port 443

I know it is a Firewall Windows 2008 Server issue. Because when I disable it, it works perfectly. Trying to create a rule allowing inbound connections to the port 443, it blocks as well.

Netstat tool just shows that 443 port is attempted to be opened.

Is there any solution to know which port is blocking the access to the remote server in order to open it?

Best Answer

There is a rule on Windows Firewall called "World Wide Web Services (HTTPS Traffic-In)", and I was allowing just it. It belongs to a program "system" thats why external connections were blocked.

Creating a new rule specifying "All Programs that meet the specified conditions" and the port 443, it worked!

Related Topic