Skip to main content

Primary Server host SSL update 404

Comments

2 comments

  • JIKOmetrix

    How very strange. 

    I ended up adding the following to the
    Home / Service Configuration / Apache Configuration / Include Editor

    The restarted apache and SSL certificate finally renewed. 

    <VirtualHost [IP-Address]:80>
        ServerName host106.example.com
        DocumentRoot /var/www/html
        ServerAdmin support@example.com
        # Global DCV Rewrite Exclude
        <IfModule rewrite_module>
        RewriteOptions Inherit
        </IfModule>


        <Directory "/var/www/html">
          AllowOverride All
        </Directory>


        <IfModule suphp_module>
            suPHP_UserGroup nobody nobody
        </IfModule>

    </VirtualHost>

    0
  • zayanhani hani

    Hey

    Following this too i ran into something similar a while back where HTTP validation was failing even though HTTPS was fine. I didn’t dig super deep at the time but I always wondered if the redirect was the actual issue. Curious to see if someone finds a clean way to bypass it just for .well-known. 

    0

Please sign in to leave a comment.