Forum Discussion
Frankie1969
Jan 13, 2022Copper Contributor
Install ssl certificate on windows server 2012 R2
I would install a SSL certificate on Windows Server 2012 R2. I received from SSL/provider 4 files: mydomain.company.it.csr mydomain.company.it.key mydomain_company_it_cert.cer mydomain_company_...
- Jan 15, 2022Yes, importing a pfx file gives you a certificate with the private key. (The key sign will be shown then in the certificate store) Perhaps the person who gave you the files can convert his files into a a pfx file using openssl tooling.
Frankie1969
Jan 16, 2022Copper Contributor
Yes and No. It's true certificate is installed but browser (Edge,Firefox,Chrome) tells that certificate is not installed. But i believe that orginal question is answered and now it's another problem.
In your opinion if browser tells "Certificate is not installed" the reason may be also some link "http//...." in aspx page or is sure that certified is not installed ?
In your opinion if browser tells "Certificate is not installed" the reason may be also some link "http//...." in aspx page or is sure that certified is not installed ?
Jan 16, 2022
If you access the page using https, it should not give you errors. Binding is done on the site using the installed certificate and port 443?
- Jan 31, 2022Did you manage to fix your issue?
- Frankie1969Jan 16, 2022Copper ContributorI always reset IIS after every change.
I'll do a firewall check.
Thanks a lot - Jan 16, 2022It all seems to be in good shape... Did you restart IIS during configuration? If not, try a iisreset.exe in an admin command prompt.. Also, are you testing internally or externally? Firewall opening is correct and when doing a netstat -an | find /i "443" you see a port listening on 443?
- Frankie1969Jan 16, 2022Copper Contributor
Frankie1969
This is content of personal store - Frankie1969Jan 16, 2022Copper Contributor
In the binding host name is
mydomain.company.it
And Request Name Server is not flagged.
In certificate details i read in "Subject Alternate Name" property
DNS Name=mydomain.company.it - Jan 16, 2022And in the binding, what's the Host Name? That does correspond to the subject alternate name in the certificate?
- Frankie1969Jan 16, 2022Copper Contributor
if i enter in address bar https://mydomain.company.it/default.aspx page has not shown.
if i enter in address bar http://mydomain.company.it/default.aspx page HAS shown.
Yes 443 port.