We have a login site which sits on a backend server behind the ARR, this login site allows users to login using a certificate or login using a username and password.
When set the default website on IIS ARR server to accept client certificates and we set the login website (Backend IIS Server) to ignore client certificates, the login website does not accept a certificate when presented, meaning we reach the standard non-certificate
login page.
When we set the default website on the IIS ARR server to accept client certificates and we set the login website (Backend IIS Server) to accept client certificates, the login website accepts the client certificate when presented if no certificate is presented
we receive an error 500, we then have to wait about 15 seconds refresh the page and the non-certificate login page is then displayed (Note: if we refresh before the 15 second time elapses we continue to get an error 500).
If you have unnecessary modules first remove that. check your IIS logs or run failed request tracing in iis.make sure you have configured frontend as shown below:
To see all configured SSL bindings on your machine, you can run the following command:
netsh http show sslcert
The backend application server should not have to Accept/Require client certificates configured.
.NET forums are moving to a new home on Microsoft Q&A, we encourage you to go to Microsoft Q&A for .NET for posting new questions and get involved today.
If your issue is solved then I request you to mark the helpful suggestion as an answer. This will help other people who face the same issue.
If your issue still exists then try to refer the solution given by the community members.
If then also you have any further questions then let us know about it.
We will try to provide further suggestions to solve the issue.
Thanks for your understanding.
Regards
Jalpa.
.NET forums are moving to a new home on Microsoft Q&A, we encourage you to go to Microsoft Q&A for .NET for posting new questions and get involved today.
1 Post
SSL Certificate Query on Login backend website
Oct 01, 2020 08:35 AM|Hugh0710|LINK
Please assist with the below error:
1596 Posts
Re: SSL Certificate Query on Login backend website
Oct 05, 2020 02:18 AM|Jalpa Panchal|LINK
If you have unnecessary modules first remove that. check your IIS logs or run failed request tracing in iis.make sure you have configured frontend as shown below:
To see all configured SSL bindings on your machine, you can run the following command:
The backend application server should not have to Accept/Require client certificates configured.
You could refer below links for more detail:
https://docs.microsoft.com/en-us/archive/blogs/asiatech/configuring-arr-with-client-certificate
https://docs.microsoft.com/en-us/archive/blogs/chiranth/403-7-and-500-client-certificate-authentication-errors-iis
1596 Posts
Re: SSL Certificate Query on Login backend website
Oct 08, 2020 07:00 AM|Jalpa Panchal|LINK
Is your issue solved?
If your issue is solved then I request you to mark the helpful suggestion as an answer. This will help other people who face the same issue.
If your issue still exists then try to refer the solution given by the community members.
If then also you have any further questions then let us know about it.
We will try to provide further suggestions to solve the issue.
Thanks for your understanding.
Regards
Jalpa.