Hello,
When the auto_ssl check feature runs we see the entire html content of the checked website's index page in /usr/local/cpanel/logs/error_log.
I suspect this is likely due to the following rewrite in our .htaccess file:
From what I've read the .htaccess file is modified prior to the check, however in some cases domains on our server consistently produce the above.
Anything we can do to address this ourselves?
[Edit: We are running cPanel & WHM 64.0 (build 22) CloudLinux]
Thanks.
When the auto_ssl check feature runs we see the entire html content of the checked website's index page in /usr/local/cpanel/logs/error_log.
Code:
[2017-05-23 02:46:24 +1000] warn [autossl_check] XID msy4r8: expected "PRzM1XibvHUSt6OolQi6lJJjOPmoocM4lvMXc23Pf_xG8rxS9LNnKgWLbfIvc7zX" from "http://www.ourdomain.com/83AE6615768A10553BE43D6A3FCC8E8B.txt", received
"<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head> ........ "
Code:
<Files .htaccess>
deny from all
</Files>
RewriteEngine on
RewriteCond $1 !^(index\.php|js|css|images|cgi-bin|robots\.txt)
RewriteRule ^(.*)$ /index.php/$1 [L]
Anything we can do to address this ourselves?
[Edit: We are running cPanel & WHM 64.0 (build 22) CloudLinux]
Thanks.