0
votes
0answers
24 views

Allow IIS 7.5 access to certificates private key at Windows 2008 R2 x64

all I'm trying to allow my IIS application get access to private key in personal storage of local computer. For this I open MMC, go to certificate, make right click on it and select 'All tasks' -> ...
0
votes
0answers
111 views

401.2 - Unauthorized error with many-to-one mapping for client certificate in IIS

I'm facing a 401.2 - Unauthorized error in my browser when trying to access my test website after setting up a Many-to-One mapping in IIS 7.5 (on Windows 7) for a client certificate, following the ...
0
votes
0answers
88 views

Trusted Root Certificate Authority ignored

I have a website on Windows Server 2003 which is set to accepts client certificates When connecting to my website on the QA environment I am prompted with my client certificate but this does not ...
0
votes
1answer
366 views

Getting ASN1 bad tag error when trying to complete certificate request in IIS7

I have a multi-domain certificate I'm trying to install on IIS 7.0. When I use the IIS manager to complete certificate request, I get the error: There was an error while performing this operation. ...
0
votes
0answers
17 views

Set up IIS to use a certificate installed in a user's certificate store

I'm trying to set up IIS to use a certificate installed under a service account store. In the IIS Management console I can see only certificates installed in the local computer store. I wonder if it ...
-3
votes
1answer
285 views

prompt for client certificate on IIS doesn't work with Firefox

I have a client certificate from startssl. I can login to their control panel with that certificate and Firefox. But with my asp.net website I am NOT prompted for the certificate only when using IE ...
0
votes
1answer
295 views

Wildcard certificate with SAN

I am attempting to create a wildcard SSL cert with a Subject Alternative Name (SAN) for use in IIS 7.5 and I'm having some issues. Because I need to include a SAN, I am using the Custom Certificate ...
1
vote
1answer
317 views

Does IIS 7.5 Support AES-256?

I am looking to create an AES-256 SSL certificate. Is this supported by IIS 7.5?
0
votes
1answer
498 views

Certificate does not have a name

I've successfully managed to install an ssl-certificate in IIS, however the 'Name' column is showing as blank even though I entered a friendly name. Is there any way to rectify this? The screenshot I ...
2
votes
1answer
463 views

IIS7 Not sending Intermediate SSL Certificate

We have a GlobalSign Domain certificate for our domain. I've installed the certificate into IIS and added the GlobalSign Domain Intermediate certificate to the Intermediate certification authorities ...
0
votes
1answer
319 views

What is the difference between a “Microsoft” digital ID and a “Netscape” digital ID, from Verisign?

Background: I have a website which has, for a particular subdirectory, client certificate mapping set up in IIS6 for download of certain privacy-protected files. There are two independent clients that ...
2
votes
1answer
2k views

How to create self signed wildcard (*.domain.com) certificate

I'm trying to install Dynamics CRM 2011 RC and configure it for Internet Facing Deployment. One of the requirements for this is a wildcard SSL certificate. Since I'm installing development/testing ...
0
votes
2answers
733 views

IIS, CertCheckMode and metabase inheritance

One of my clients wants to avoid the test of certificate revocation list in one of his websites. As far as I know, we have tu put this value (CertCheckMode) to 1 in the IIS metabase: ...
1
vote
3answers
941 views

How to log invalid client SSL certificate in SSL

I have a IIS web site which requires client certificate. I have turned off CRL checking. The client is unable to access the web site - he gets 403.17 (certificate expired) error. I would like to log ...
11
votes
7answers
10k views

IIS7: can't set host name on site with SSL cert and port 443

Consider a Win 2008 SP2 machine with IIS7. The task is to apply a certificate and host name to the one and only Site on this machine. The site's host headers need to be abc.123.mysite.com The first ...
0
votes
1answer
3k views

IIS6 - install SSL certificate - pem file

Consider the need to secure a website under IIS 6 / Windows 2003. Here are the steps taken: Created a private key by OpenSSL: openssl genrsa -des3 -out filename.key 2048 A CSR was created by ...
2
votes
1answer
912 views

Disable integrated client certificate validation in IIS7?

We have an IIS 7 hosted site that requires client certificates (two-way ssl). Unfortunately, I don't have access to the trusted certificate store on the host machines, and so I was forced to write a ...
2
votes
2answers
2k views

Importing SSL certificates on Win2k3 / IIS 6.0

As part of a large site migration, I need to copy over numerous (about 50) SSL certificates for different sites. I have tried to export them on the current server and then import them on the new ...
10
votes
3answers
12k views

IIS 7.0 - SSL certificate - renew or new?

One of my SSL certificates (simple domain verification only) is about to expire on windows 2003 IIS 7.0 server. I got better offer from another vendor, and the guys who originally issued my ...
0
votes
2answers
196 views

SSL Ajax type of certificate for the static domain (image + js)

I have a page that is SSL and has a valid certificate extended. (mainpage.com) But this page request some static content to another domain(page-static.com), basicly images and js. Actually i have ...
0
votes
2answers
519 views

https certificate issue

I need to use some certificate on IIS 7.0 web server to test my https code at client side (console application). I have created self-signed certificate and it is fine. Now I want to test with formal ...
0
votes
1answer
505 views

self-signed certificate issue in IIS 7.0

I am setting up IIS 7.0 on a Windows Vista box. I am using self-signed certificate (by using built-in Create Self-Signed Certificate feature of IIS 7.0) on a web site. The I can browse from the local ...
1
vote
1answer
702 views

SSL Certificates are about to expire. What should I do?

I have two SSL Certificates setup on two domains on my IIS6 Server. One certificate is through godaddy, and the other is through my host (1and1). Do I need to renew these or do I need to buy new ones ...
0
votes
2answers
305 views

create certificate for IIS 7.0 issue

I am configuring https for IIS 7.0 and I need to create a test certificate for IIS 7.0 server. I am new to create certificate for IIS 7.0, and I only need server certificate, no need for client ...
1
vote
2answers
724 views

How do I know that “Network Services” account is looking in LOCAL_MACHINE store for certificates?

I have an ASP.NET webservice that communicates with another webservice using a client-side certificate. The certificate is located in the LOCAL_MACHINE store. I have granted "Network Services" access ...