• Hello

    Every time I try to load my website I get this security message:

    >>>>>>
    (Shield icon)
    There is a problem with this website’s security certificate

    The security certificate presented by this website has expired or is not yet valid.

    The security certificate presented by this website was issued for a different website’s address.

    Security certificate problems may indicate an attempt to trick you or intercept any data you send to the server.

    We recommend that you close this webpage and do not continue to this website.

    Recommended iconClick here to close this webpage.

    Not recommended iconContinue to this website (not recommended).

    More information More information

    ?If you arrived at this page by clicking a link, check the website address in the address bar to make sure that it is the address you were expecting.
    ?When going to a website with an address such as https://example.com, try adding the ‘www’ to the address, https://www.example.com.

    For more information, see “Certificate Errors” in Internet Explorer Help.

    >>>>

    It is not just my Laptop this is happening on.
    Any ideas how to solve this. Is there a way to update the security certificate?

    Many thanks for your help

Viewing 3 replies - 1 through 3 (of 3 total)
  • is it on localhost or server?

    thats something called SSL. google for more info.
    basically you need to set those certificates for your server/PC for SSL to work.

    check for FORCE_SSL_ADMIN and/or FORCE_SSL_LOGIN in your wp-config.php file and remove if found.

    also check if your date/time is set proper.

    PS: SSL is good for admin and login. but it can slow down the site in those areas, and this error message will scare off visitors. your call.

    That has to do with your entire site, not the computer you are accessing it from.

    Shadez had it right. That is related to your SSL certificate.

    This generally happens when your pulling in content from an HTTP source, but your site is on HTTPS. I find it happenes mostly on my client sites when they are using google fonts from the google CDN. Hardcoding the URL’s to https:// generally resolves the issue.

    Thread Starter CLines

    (@clines)

    Many thanks- so is the best thing to do to change the site to https?
    Is this easy to do?
    And is that all that will need doing. Thanks guys..

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Website Security Certificate’ is closed to new replies.