Error on my website and wp-admin

Status
Not open for further replies.

thespaxx

New Member
Messages
5
Reaction score
0
Points
1
So I wanted to use cloudflare to get a free SSL certificate but it was causing too many problems (couldnt load wp-admin) so i deleted my website from cloudflare.

I went into wp-config.php and the phpMyAdmin and changed the website urls to "http" instead of "https."

I changed the nameservers back to the x10hosting nameservers instead of the cloudflare name servers.

I disabled all my plugins by adding "-disabled" to the end.

But now my wp-admin AND normal website doesn't work.

http://www.thespax.com says:

This page isn’t working
www.thespax.com is currently unable to handle this request.
HTTP ERROR 500

and my wp-admin shows:

This site can’t provide a secure connection
thespax.com sent an invalid response.
  • Try running Windows Network Diagnostics.
ERR_SSL_PROTOCOL_ERROR
 

thespaxx

New Member
Messages
5
Reaction score
0
Points
1
It looks like my wp-admin is automatically being redirected to HTTPS even though it should be on HTTP. Not sure why...
 

thespaxx

New Member
Messages
5
Reaction score
0
Points
1
Fixed the ERR_SSL_PROTOCOL on wp-admin by adding this to wp-config.php:

define('FORCE_SSL_ADMIN', false);

Now I'm getting the "HTTP ERROR 500" on both the wp-admin and thespax.com
 
Status
Not open for further replies.
Top