Home All Groups Group Topic Archive Search About

Require Client Certificates and blank page

Author
2 Jun 2006 1:53 PM
Daniel Schmitz
Hi all

I have big problems with the Option "Require Client Certificates" in IIS. We
have enabled SSL and user client certificates with this option.

The problem: Often, when a User initiate a postback in an ASP.NET 1.1
Application, the page returns immediately with a blank page. But sometimes
the Postback works perfectly. This happens on different client machines all
with IE 6.

When we configure IIS with Option "Ignore client Certificate" it works
perfectly!

Any ideas?

Thanks
Daniel

Author
4 Jun 2006 7:40 PM
Daniel Schmitz
Author
9 Aug 2006 3:48 PM
jigs4u4ever
Hi,

Status code 413 comes when the client send too long request to the web
server which the web server failed to understand. Make sure your
webapplication works fine withour SSL certs. if it does it must work fine
with SSL certs.

Thanks & Regards
Jigs4u_4ever

Show quoteHide quote
"Daniel Schmitz" wrote:

> I find that on this Newsgroup:
> http://www.microsoft.com/communities/newsgroups/en-us/default.aspx?dg=microsoft.public.inetserver.iis.security&mid=b97ca5e1-d2ac-4e7a-976e-ef20fe2f37d6&sloc=en-us
>
>
> I have the same effects and also status-code 413.
>