Replies: 0
I tried to install SSL and changed http to https in settings > general I followed the instructions here: http://www.wpbeginner.com/wp-tutorials/how-to-add-ssl-and-https-in-wordpress/
But but my site went down.
I get an error message:
”
ERR_SSL_VERSION_OR_CIPHER_MISMATCH
Unsupported protocol
The client and server don’t support a common SSL protocol version or cipher suite.
”
I cannot see the site nor log in to wordpress. I was able to FTP to wp-config.php and add
”
define( ‘WP_SITEURL’, ‘http://example.com/’ );
define( ‘WP_HOME’, ‘http://example.com/’ );
”
However, my site still doesn’t show and I’m still not able to log in.