Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter korgua

    (@korgua)

    Thanks Rogier,

    I have repeated the steps: reset, delete folders in apache/ssl and used a new email address but still I get

    Attempt 2. Keys exist already. Exists the LE_ACME2\Order already? Path:

    In the line before “Generating SSL certificate” I see “Attempt 2. Curl: SSL certificate problem: unable to get local issuer certificate” but this does then go green and report “Successfully retrieved account”

    Thread Starter korgua

    (@korgua)

    The error 500 re-appeared. I found that .htaccess had been modified as a result of an automatically banned IP address. If I restore my original .htaccess file the site is accessible once more.

    # BEGIN iThemes Security – Do not modify or remove this line
    # iThemes Security Config Details: 2
    # Ban Hosts – Security > Settings > Banned Users
    SetEnvIF REMOTE_ADDR “^185\.29\.9\.171$” DenyAccess
    SetEnvIF X-FORWARDED-FOR “^185\.29\.9\.171$” DenyAccess
    SetEnvIF X-CLUSTER-CLIENT-IP “^185\.29\.9\.171$” DenyAccess

    <IfModule mod_authz_core.c>
    <RequireAll>
    Require all granted
    Require not env DenyAccess
    Require not ip 185.29.9.171
    </RequireAll>
    </IfModule>
    <IfModule !mod_authz_core.c>
    Order allow,deny
    Allow from all
    Deny from env=DenyAccess
    Deny from 185.29.9.171
    </IfModule>
    # END iThemes Security – Do not modify or remove this line

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress

Viewing 2 replies - 1 through 2 (of 2 total)