Replies: 0
We’ve just launched http://www.allhandsondecknyc.com/ , without ssl.
However, Chrome [only] forces it to open as an https page, and then tells us:
Your Connection is not Private:
Attackers may be trying to steal your information from allhandsondecknyc.com
NET::ERR_SERT_COMMON_NAME_INVALID
We don’t want to install SSL, we want it to open as http:// . The site works perfectly in Firefox and Safari, and in most mobile browsers; it’s just Google Chrome that insists on opening as an https.
It’s not just a local issue, my clients are having it everywhere, even on clean machines — if they type in allhandsondecknyc.com, Chrome forces it to open as https.
I found an SSL checker “is_ssl ” in the wordpress base code in wp-includes/load.php here but I’m wary of changing it without completely understanding it:
https://codex.wordpress.org/Function_Reference/is_ssl#Notes
would that fix it
Please help??