Question

I want translate my local environment into https. Where I can take server certificate for IIS?

First off all, if you're just accessing the local install via localhost, you can turn on a development certificate in the bindings for the website in IIS

 

However, if you're accessing it via some name from outside of the server itself, like devserver.mydomain.com, then you can get a free certificate from LetsEncrypt.org. There is a tool you can get from https://CertifyTheWeb.com (that uses LetsEncrypt.org) that you can use to easily add the cert (and keep it renewed) in IIS

 

Ryan

Ryan Farley, thanks. I added IIS Express Development Certificate as you said, but I take not trusted certificate

Nataliia,

 

You'll need to also install the certificate in the Trusted Root Certification Authorities store for the local computer and for the user. 

 

To make it clear, I've recorded a video showing the complete steps here: https://share.customerfx.com/kpuLJxNw - I've also written up the complete steps on my website here https://customerfx.com/article/how-to-run-a-local-development-creatio-i…

 

Hope this helps.

 

Ryan

Ryan Farley, very good instruction, but...

No, It didn`t help( . I reset iis too, clear cash but nothing help (. I see "not secure".

Hello Nataliia,

Repair IIS or try to reinstall IIS from official website.

 

Nataliia,

 

try to repair internet information services (iis) manager or Reinstall it from official website

Show all comments