Title: [Plugin: WordPress HTTPS (SSL)] Preventing users from loging in to WordPress.
Last modified: August 20, 2016

---

# [Plugin: WordPress HTTPS (SSL)] Preventing users from loging in to WordPress.

 *  Resolved [jbeyta](https://wordpress.org/support/users/jbeyta/)
 * (@jbeyta)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-wordpress-https-ssl-preventing-users-from-loging-in-to-wordpress/)
 * I upgraded to version 3.0.1 and immediately, none of my users could log in to
   WordPress. I have removed it from my plugins folder (everyone could log in right
   away) and will probably not re-install it.
 * [http://wordpress.org/extend/plugins/wordpress-https/](http://wordpress.org/extend/plugins/wordpress-https/)

Viewing 8 replies - 16 through 23 (of 23 total)

[←](https://wordpress.org/support/topic/plugin-wordpress-https-ssl-preventing-users-from-loging-in-to-wordpress/?output_format=md)
[1](https://wordpress.org/support/topic/plugin-wordpress-https-ssl-preventing-users-from-loging-in-to-wordpress/?output_format=md)
2

 *  [Sherrie Brittig](https://wordpress.org/support/users/sbrittig/)
 * (@sbrittig)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-wordpress-https-ssl-preventing-users-from-loging-in-to-wordpress/page/2/#post-2698539)
 * I rolled back to 3.0, and can now get into Dashboard. But my site no longer shows
   the green lock, just the nasty red slash through the HTTPS. I don’t know if this
   is a problem on my end, or a result of deactivating 3.0.1 and rolling back. When
   I check Force SSL Exclusively in my HTTPS Settings, I get the message SSL Admin–
   FORCE_SSL_ADMIN and FORCE_SSL_LOGIN can not be set to true in your wp-config.
   php.
 * Do I need to edit wp-config.php, and if so, what do I add or delete?
 * I loved this plugin when using 3.0 previously, and want it to work again. Will
   upgrade to 3.0.1 when the admin login bug is fixed.
 *  Plugin Author [mvied](https://wordpress.org/support/users/mvied/)
 * (@mvied)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-wordpress-https-ssl-preventing-users-from-loging-in-to-wordpress/page/2/#post-2698540)
 * Hey sbrittig,
 * A lot of people say their users “can’t login” but that doesn’t tell me anything.
   What’s happening? Why can’t they log in?
 * Remove `define('FORCE_SSL_ADMIN', true);` and/or `define('FORCE_SSL_LOGIN', true);`
 * Thanks,
    Mike
 *  [Sherrie Brittig](https://wordpress.org/support/users/sbrittig/)
 * (@sbrittig)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-wordpress-https-ssl-preventing-users-from-loging-in-to-wordpress/page/2/#post-2698542)
 * I’m not sure why I couldn’t log in. What happened: I brought up log in page for
   WP admin after upgrade of plugin, my username and password were saved and auto-
   entered. I hit submit to log on, but the page refreshed with my username and 
   password blanked out. I manually typed in both, hit submit, and the same refreshing
   and blanking out of fields occurred. It simply would not recognize my log in 
   info. After deactivating and reinstalling 3.0, the login worked again. Wish I
   could be of more help here.
 * Thanks for the instructions on code editing–Worked, and my site is showing secure
   again!
 *  Thread Starter [jbeyta](https://wordpress.org/support/users/jbeyta/)
 * (@jbeyta)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-wordpress-https-ssl-preventing-users-from-loging-in-to-wordpress/page/2/#post-2698563)
 * Mvied,
    Well, I had to uninstall the plugin so my users could access content.
   I gave the only description I had about it not working prior to that: it showed
   mixed content (secured and unsecured), the same issue sbrittig described. It 
   wasn’t a big deal at the time; I don’t have a ton of user and there is no personal
   data stored in their accounts. I was a bit hasty in stating I wouldn’t re-install
   it as it did work for the most part. I’ll keep up with your updates and try to
   give you some more information on what exactly wasn’t working. Thanks.
 *  Plugin Author [mvied](https://wordpress.org/support/users/mvied/)
 * (@mvied)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-wordpress-https-ssl-preventing-users-from-loging-in-to-wordpress/page/2/#post-2698651)
 * Hey all,
 * I’ve fixed a number of issues and have released 3.0.3. Please update and let 
   me know if you have any issues. Please start a new topic with any issues.
 * Thanks,
    Mike
 *  [Daedalon](https://wordpress.org/support/users/daedalon/)
 * (@daedalon)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-wordpress-https-ssl-preventing-users-from-loging-in-to-wordpress/page/2/#post-2698653)
 * 3.0.3 is now in use on my test environments and no problems so far. Rolling it
   to production use soon after.
 * On additional question though: Could WordPress HTTPS be made to support [Login With AJAX](https://wordpress.org/extend/plugins/login-with-ajax/)
   so that its widget would submit the form via HTTPS when force HTTPS administration
   is checked?
 * Another thing I thought is that would it make sense to have separate options 
   for forcing HTTPS administration and forcing HTTPS login? On a site where there
   is only a HTTPS certificate that displays an error message on most browsers, 
   but is otherwise perfectly usable, it might be in the administrators’ interests
   to protect the administration of the site without troubling the casual users 
   with scary error messages.
 *  [Daedalon](https://wordpress.org/support/users/daedalon/)
 * (@daedalon)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-wordpress-https-ssl-preventing-users-from-loging-in-to-wordpress/page/2/#post-2698654)
 * After updating a production site and syncing a replica of it to be a test site,
   the test site doesn’t work. I noticed that the value of ‘wordpress-https_ssl_host’
   in the database now has a trailing slash.
 * For anyone with a similar test site replication setup knowing of this change 
   saves time. Without updateing the replication script wp-login.php of the test
   site will redirect to the production site preventing logging in to the test site.
 * Apart from this 3.0.3 works in my environment great exactly the same way 3.0.2
   does. Thanks!
 *  [Custom Pin Design](https://wordpress.org/support/users/custom-pin-design/)
 * (@custom-pin-design)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-wordpress-https-ssl-preventing-users-from-loging-in-to-wordpress/page/2/#post-2698689)
 * I GOT IT WORKING.
 * you must follow these exact instructions:
 * BEFORE upgrading:
 * Reset your settings in WP-HTTPS
    Go to plugins > deactivate WP-HTTPS Delete WP-
   HTTPS (delete all files and data) GO UPGRADE
 * Install fresh WP-HTTPS 3.0.3 and activate it.
    Go to the admin > edit page that
   should be HTTPS encrypted in the admin uncheck the “secure child post” (why is
   it checked by default?”) check the “secure post” go to HTTPS settings > check“
   Force SSL Exclusively”
 * If you upgraded and are already locked out of your admin, you will need to access
   your site via FTP and delete the plugin. Then install the old version zip file
   if you have it. Luckily I had the old version installed on another site so I 
   FTP downloaded it and zipped it myself. then i uploaded the zipped old version
   into the plugin area and installed it that way.

Viewing 8 replies - 16 through 23 (of 23 total)

[←](https://wordpress.org/support/topic/plugin-wordpress-https-ssl-preventing-users-from-loging-in-to-wordpress/?output_format=md)
[1](https://wordpress.org/support/topic/plugin-wordpress-https-ssl-preventing-users-from-loging-in-to-wordpress/?output_format=md)
2

The topic ‘[Plugin: WordPress HTTPS (SSL)] Preventing users from loging in to WordPress.’
is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wordpress-https_bec2c9.svg)
 * [WordPress HTTPS (SSL)](https://wordpress.org/plugins/wordpress-https/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wordpress-https/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wordpress-https/)
 * [Active Topics](https://wordpress.org/support/plugin/wordpress-https/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wordpress-https/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wordpress-https/reviews/)

 * 23 replies
 * 6 participants
 * Last reply from: [Custom Pin Design](https://wordpress.org/support/users/custom-pin-design/)
 * Last activity: [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-wordpress-https-ssl-preventing-users-from-loging-in-to-wordpress/page/2/#post-2698689)
 * Status: resolved