Friday, 3 February 2017

CCertRequest::Submit No mapping between account names

CCertRequest::Submit No mapping between account names and security IDs was done. 0x80070534 (WIN32: 1332)


Problem


When requesting a certificate from a server using Windows Server 2008 R2 with IIS 8, by typing in the http://server name/certsrv into your web browser you receive these errors:

Solution


Log into your web server and confirm you have Basic Authentication and Digest Authentication ticked under Add Roles and Features. If you haven't install them using these steps:


Once that is completed follow these steps:

1. Open Internet Information Services (IIS) Manager:

If you are using Windows Server 2012 or Windows Server 2012 R2:

  • On the taskbar, click Server Manager, click Tools, and then click Internet Information Services (IIS) Manager.


If you are using Windows Server 2008 or Windows Server 2008 R2:

  • On the taskbar, click Start, point to Administrative Tools, and then click Internet Information Services (IIS) Manager.

2. In the Connections pane, expand the server name, expand Sites, and then click the site, application or Web service for which you want to enable basic authentication and Digest Authentication.


Scroll to the Security section in the Home pane, and then double-click Authentication.



In the Authentication pane, select Digest Authentication, and then, in the Actions pane, click Enable. Select Basic Authentication, and then, in the Actions pane, click Enable.

In the Authentication pane, select Anonymous Authentication, and then click Disable in the Actions pane.

Restart your IIS services and this should solve your problem.



Keep on keeping on...





No comments:

Post a Comment