ASP.NET 3.5 app running under IIS6.

Whenever I try to connect via SSL, I receive the response (in fiddler since the browser's trying to friendly-ify the errors)

HTTP/1.1 504 Connection Failed Connection: close

[Fiddler] 504 Connection Failed: No connection could be made because the target machine actively refused it xxx.xxx.xxx.xxx:443
Timestamp: 14:33:36.341

Anyone care to point me in the right direction?

link|improve this question
Can you run a netstat -an to make sure that the server is listening on 443? – Tsynapse Jun 25 '10 at 20:09
The only thing listed by netstat on port 443 is 0.0.0.0:443. Should I expect to see something there for the IP that the site is using? – David Lively Jun 25 '10 at 20:40
Not necessarily. Depending on setup - normally not. 0.0.0.0 means "listens to all IP". IIS does that preferable. So, ok - 443 is active. – TomTom Jun 26 '10 at 5:31
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.