Click here to Skip to main content
15,891,864 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear Friends I am in the process of making my Website HTTPS for that we have purchased SSL certificate, I want to configure in my IIS but getting Error:

C#
Cannot find the certificate request that is associated with this certificate file. A certificate request must be completed on the computer where the request was created.


Note : This is i am doing on my UAT server not in Live server, I will be using same certificate on Live

Please suggest/Solution

I have Gone through below URL for configuration

https://in.godaddy.com/help/installing-an-ssl-certificate-in-microsoft-iis-7-4801[^]

https://www.digicert.com/ssl-certificate-installation-microsoft-iis-7.htm[^]
Posted
Comments
ZurdoDev 3-Dec-15 7:43am    
The error is pretty clear right? The certificate is for the server that sent the request. You can't put it on a different one.

1 solution

As mentioned in comments, the error should be pretty clear, you can't put it on a server it wasn't meant for.

For your UAT server, just use a self-signing certificate which is free. Your users will still get a warning in their browser that the certificate may be invalid but that is fine, it will still encrypt the data. See https://technet.microsoft.com/en-us/library/cc753127(v=ws.10).aspx[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900