Letsencrypt-win-simple and Apache on Windows - Setting up HTTP to HTTPS Redirect

Hi @Pocho

Break down the problem into smaller steps

A) You have obtained the certificate and installed it correctly for your Apache server

B) The redirection on Apache is not part of the SSL configuration but rather part of the server block configurations

An example can be found here: https://wiki.apache.org/httpd/RedirectSSL

Andrei