Skip to main content

AutoSSL is generating a self signed certificate

Comments

6 comments

  • cPanelMichael
    Hello, Have you blocked access to the document roots of the additional domain names added under this account? If so, you'd need to temporarily allow access to those websites in order for the AutoSSL validation process to succeed. Thank you.
    0
  • Jafar Muhammed
    I am not sure about that @cPanelMichael. Could you please tell me how I can confirm that? And please note, the same issue is with all the domains. AutoSSL is working for only the primary domain.
    0
  • cPanelMichael
    Hello, You could review the .htaccess file in the document root of one of the affected domain names to see what entries are added. Feel free to post the entries here in CODE tags, ensuring to remove any real domain names or IP addresses. Thank you.
    0
  • Jafar Muhammed
    One of the domains which I was testing had a .htaccess file. I wrote conditions taken from Redirect HTTP to HTTPS automatically | GoDaddy Help IN
    RewriteEngine On RewriteCond %{HTTPS} off RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
    But that condition is overwritten now with
    RewriteEngine On RewriteCond %{HTTPS} off RewriteCond %{REQUEST_URI} !^/[0-9]+\..+\.cpaneldcv$ RewriteCond %{REQUEST_URI} !^/[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?$ RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
    Other domains don't have any .htaccess file
    0
  • cPanelMichael
    Hello, Could you open a support ticket using the link in my signature so we can take a closer look and see why the domain validation process is failing for those domain names? Thank you.
    0
  • Jafar Muhammed
    Hi @cPanelMichael, I have created a Support Request and provided access to my server. I have received an access confirmation email as well. Thank you so much :)
    0

Please sign in to leave a comment.