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.
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?
Frankie1969
Jan 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.
- 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?