Jump to content

[Solved] Release my domain


barakagb

Recommended Posts

Your domain has been changed to http://baraka.heliohost.org/

 

It looks like you have a forced redirect to SSL which is blocking AutoSSL from creating a new certificate for your domain though. In order to allow AutoSSL to work you should use a redirect that excludes .well-known such as

RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteCond %{REQUEST_URI} !\.well-known
RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...