Title: Logut to https
Last modified: August 20, 2016

---

# Logut to https

 *  Resolved [Knut Sparhell](https://wordpress.org/support/users/knutsp/)
 * (@knutsp)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/logut-to-https/)
 * Nice plugin, but it has a serious bug.
 * When logging out you may be sent to a https version of the current URL. This 
   is because of line 64 of tabbed-login.php. The global `$_SERVER['https']` may
   also have the value “off”. In that case the “s” must not be added.
 * `$current_url='http'.(empty($_SERVER['HTTPS']) || $_SERVER['HTTPS']=='off'?'':'
   s').'://'.$_SERVER['SERVER_NAME'].$_SERVER['REQUEST_URI'];`
 * will help.
 * When a user is sent to a non-existent https site it will hit the server, but 
   not the correct site. The error message i the browser may look very nasty.
 * [http://wordpress.org/extend/plugins/tabbed-login/](http://wordpress.org/extend/plugins/tabbed-login/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Vivek Marakana](https://wordpress.org/support/users/vivekmarakana/)
 * (@vivekmarakana)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/logut-to-https/#post-3167228)
 * Thanks for helping…Will be updated in new version…

Viewing 1 replies (of 1 total)

The topic ‘Logut to https’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/tabbed-login_fefefe.svg)
 * [Tabbed Login Widget](https://wordpress.org/plugins/tabbed-login/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/tabbed-login/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/tabbed-login/)
 * [Active Topics](https://wordpress.org/support/plugin/tabbed-login/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/tabbed-login/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/tabbed-login/reviews/)

## Tags

 * [HTTPS](https://wordpress.org/support/topic-tag/https/)
 * [Logout](https://wordpress.org/support/topic-tag/logout/)

 * 1 reply
 * 2 participants
 * Last reply from: [Vivek Marakana](https://wordpress.org/support/users/vivekmarakana/)
 * Last activity: [13 years, 7 months ago](https://wordpress.org/support/topic/logut-to-https/#post-3167228)
 * Status: resolved