nivekau
- Total activity 62
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 16
Comments
Recent activity by nivekau-
I have enabled Global DCV Passthrough and my .htaccess file for the domain in question now reads: RewriteEngine on RewriteCond %{HTTPS} !=on RewriteRule ^
-
I use WHM > Tweak Settings > Domains > Use a Global DCV Passthrough instead of .htaccess modification (requires EA4) set to "On" instead of .htaccess modification for each site for AutoSSL. Thank...
-
It's working now! For some reason it must have just taken some time for cpanel to create the certificate. Possibly because it was a brand new domain?
-
Hi, Can you check what certificate is loaded when you get the warning sign? What domain you see in the certificate? Thanks. I see the alias domain with the warning sign. If I click on any of the...
-
Thanks Lauren. So does that happen every 90 days?
-
If so, login as root to WHM, go to Manage AutoSSL and click on the check button for your user. The certificate should be updated in 10 minutes or so and will now include your new subdomain. This w...
-
Also, I ran the curl command exactly as it was. If I run it and substitute example.com for my domain, this is what I get back; 301 Moved Permanently Moved Permanently The document has moved here.
-
I should add, that on very simple sites on the same server, https works fine. It's the sites that already have .htaccess files that appear to be a problem.
-
This is what the curl request returns (logged into the relevant cpanel user account using putty); 404 - Not Found 404 - Not Found ...
-
Okay. Thanks. On this particular site access to the site was restricted in the .htaccess file because it's a development site. I commented out the auth section of the .htaccess file and ran the Aut...