Forum Moderators: phranque

Message Too Old, No Replies

Web application requires long http timeout

Ease of Use vs Security and Stability

         

thegnu

1:36 pm on Sep 14, 2005 (gmt 0)

10+ Year Member


I have a client who needs to run a server application that clients connect to via https. It runs on IIS server, and I've been having a problem with the in-office clients timing out and the application freezing dead.

The server is not externally exposed as of yet, and the solution I found was to set the http timeout on the root website in IIS to one hour. My problem is I don't know the implications of exposing a configuration with such a long timeout to the Internet.

What should I do to minimize risk?
What is the highest reasonable timeout for a web-server?
Should I filter ALL ports except the SSL port? It doesn't need to provide ANY other externally.

plumsauce

2:51 am on Sep 16, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member




if you only need that one port, then firewall everything else.

but, an hour timeout? you need to get that fixed before release. something is really wrong here.