Link to home
Start Free TrialLog in
Avatar of redmission
redmissionFlag for United States of America

asked on

HTTPS returning Blank Page in ASP.NET, Not HTTP

When my site is set up in HTTPS, and I immediately click on a link that does a response.redirect when the page comes up...it redirects me to the page just fine.  However, when I wait about a minute, then click the link...it brings me to an empty, white page.

If I set the site up to use regular HTTP, then I can wait a long time and click on the link...and it redirects fine.  What could this be?  I've tested it over and over again, and HTTP is good, HTTPS is giving me a blank page after waiting for a minute or so.

I'm using ASP.NET 2.0 and IIS on Windows 2003 server.
Avatar of _Stilgar_
_Stilgar_
Flag of Israel image

@ModernMatt -- this is not the right region. This should have been posted to the ASP.NET region. This is the classic ASP region.

@redmission - this really depands on your implementation. We are going to have to see some source code.
* Is the SSL properlly configured for the site ? .. Plz check the SSL root issuer tab and see its root path'
* Does the site script redirect the site to another URL or a folder or a sublink within the site other than the SSL configured URL ?

Restart IIS and SSL services ( Http SSL )
> iisreset

Try to telnet port 443 and see of its bombarded with more connections ?
ASKER CERTIFIED SOLUTION
Avatar of redmission
redmission
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial