Disable all https in WordPress

I don’t believe WordPress sends HTTPS requests unless it has been told to do so. It sounds like you need to undo some previous configuration — most likely change/remove the FORCE_SSL_LOGIN constant.

You may have plugins participating as well though. Make sure to check that.

Reference:

http://codex.wordpress.org/Administration_Over_SSL

Leave a Comment