Skip to main content

AutoSSL reduction of coverage

Comments

2 comments

  • cPanelMichael
    that is because of HTTPS redirects in VirtualHost but if I remove it, my Domain wouldn't redirect to HTTPS anymore. So how should I fix this?

    Hello, Do you have the Use a Global DCV Passthrough instead of .htaccess modification (requires EA4) option enabled under the Domains tab in WHM >> Tweak Settings? If not, you'll need to enable that option or exclude the DCV requests from the redirect conditions by adding the following entries to your existing rules in the VirtualHost include file: # For cPanel"s internal DCV checks: RewriteCond %{REQUEST_URI} !^/[0-9]+\..+\.cpaneldcv$ RewriteCond %{REQUEST_URI} !^/\.well-known/cpanel-dcv/[0-9a-zA-Z_-]+$ # For Comodo: RewriteCond %{REQUEST_URI} !^/[A-F0-9]{32}\.txt$ RewriteCond %{REQUEST_URI} !^/\.well-known/pki-validation/[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?$ # For Let"s Encrypt: RewriteCond %{REQUEST_URI} !^/\.well-known/acme-challenge/
    Thank you.
    0
  • PortStone
    Hello, okay thank you.
    0

Please sign in to leave a comment.