Skip to main content

AutoSSL did not renew The validation required 1 HTTP redirect

Comments

4 comments

  • AngryAlpaca
    Also- I do have an .htaccess file with the following content: # BEGIN WordPress RewriteEngine On RewriteBase / RewriteCond %{REQUEST_URI} !^/[0-9]+\..+\.cpaneldcv$ RewriteCond %{REQUEST_URI} !^/\.well-known/pki-validation/[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?$ RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_URI} !^/[0-9]+\..+\.cpaneldcv$ RewriteCond %{REQUEST_URI} !^/\.well-known/pki-validation/[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?$ RewriteRule . /index.php [L] # END WordPress Not sure if this is causing any issues- let me know what you all think.
    0
  • cPanelMichael
    Hello, It's possible you have a redirect enabled directly through CloudFlare. You could try temporarily disabling CloudFlare to verify if it's the culprit. Thank you.
    0
  • AngryAlpaca
    Hello, It's possible you have a redirect enabled directly through CloudFlare. You could try temporarily disabling CloudFlare to verify if it's the culprit. Thank you.

    I see. Any idea where in the Cloudflare interface I might be able to find the redirects that could be causing the issue? I do have some DNS entries in my Cloudflare account that are set to DNS and HTTP proxy (/imgur.com/xCx0Ynf). I'm guessing that I need to change those clouds from orange to gray to set them to DNS only?
    0
  • AngryAlpaca
    Also- I've verified that 'Always redirect to HTTPS' has been turned OFF. It has been off the whole time (I do the redirect via .htacess file)
    0

Please sign in to leave a comment.