• Hi,

    While I was working on my website (http://fysiotherapie.checkdenieuwesite.nl/) I got this error: “ERR_SSL_UNRECOGNIZED_NAME_ALERT”. Also I don’t have access to /wp-admin/ or others pages on this subdomain.

    The url redirect automatically to HTTPS, but it needs to be HTTP. I don’t activate a SSL certificate or anything else. WordPress runs on Version 4.7.2 and al plugins are up-to-date!

    Things I tried:
    – Deactivating all plugins
    – Deactivate themes
    – Re-upload wordpress core files
    – Changed the .htaccess
    – Called with the webhoster (strato), but they say it’s not their problem

    Does anyone have al solution for this problem?

    Thanks!

    Davy

Viewing 9 replies - 1 through 9 (of 9 total)
  • Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    Did you do *anything* related to https for your site? Like change the URLs in settings->general?

    Thread Starter davyk

    (@davyk)

    I don’t have access to /wp-admin/ it gives the same error

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    I’m asking if you changed anything before the site broke. You wrote “While I was working on my website I got this error: ” What were you doing when you were working on the site?

    Thread Starter davyk

    (@davyk)

    Nothing related to HTTPS for my site, only adding pages

    • This reply was modified 9 years, 3 months ago by davyk.

    Looks like you forced SSL on your WP install, to easily disable WordPress administration over SSL, look in the wp-config.php file for the constant FORCE_SSL_ADMIN an set to false.

    define('FORCE_SSL_ADMIN', false);

    Also take a look at this article and make sure your WP_HOME and WP_SITEURL variables are not set to use HTTPS.

    • This reply was modified 9 years, 3 months ago by georged8.
    Thread Starter davyk

    (@davyk)

    Where can I place this in the wp-config.php?

    Thread Starter davyk

    (@davyk)

    Update:

    I placed the code in the wp-config.php and the /wp-admin is working! 😉

    But the frontend not 🙁

    Great, now go to Settings » General and make sure that WordPress address and Site address don`t have HTTPS:// set as the URL.

    Thread Starter davyk

    (@davyk)

    Now they are both HTTP, but still not working.

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

The topic ‘ERR_SSL_UNRECOGNIZED_NAME_ALERT’ is closed to new replies.