Title: [Plugin: WordPress HTTPS (SSL)] Upgrade results in malformed log{in,out} URL
Last modified: August 20, 2016

---

# [Plugin: WordPress HTTPS (SSL)] Upgrade results in malformed log{in,out} URL

 *  Resolved [Mike Doherty](https://wordpress.org/support/users/_doherty/)
 * (@_doherty)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-wordpress-https-ssl-upgrade-results-in-malformed-loginout-url/)
 * My sidebar has the following HTML:
 *     ```
       <h2 class="menuheader">Utils</h2><div class="menucontent">			<ul>
       			<li><a href="http://hashbang.ca/wp-admin/">Site Admin</a></li>			<li><a href="http://hashbang.ca/wp-login.php?action=logout&_wpnonce=3862b608b7">Log out</a></li>
       			<li><a href="http://hashbang.ca/feed/" title="Syndicate this site using RSS 2.0">Entries <abbr title="Really Simple Syndication">RSS</abbr></a></li>
       			<li><a href="http://hashbang.ca/comments/feed/" title="The latest comments to all posts in RSS">Comments <abbr title="Really Simple Syndication">RSS</abbr></a></li>
       						</ul>
       ```
   
 * When I turn on WordPress HTTPS, the first item in that unordered list gets corrupted:
 *     ```
       <h2 class="menuheader">Utils</h2><div class="menucontent">			<ul>
       			<li><a href="http://hashbang.ca/wp-admin/">Site Admin</a></li>			<li><a href="http://hashbang.ca/wp-login.php?action=logout&_wpnonce=3862b608b7">Log out</a></li>
       			<li><a href="http://hashbang.ca/feed/" title="Syndicate this site using RSS 2.0">Entries <abbr title="Really Simple Syndication">RSS</abbr></a></li>
       			<li><a href="http://hashbang.ca/comments/feed/" title="The latest comments to all posts in RSS">Comments <abbr title="Really Simple Syndication">RSS</abbr></a></li>
       						</ul>
       ```
   
 * I keep my site in a git repo, and I tracked the error down to this set of changes:
 * _[ Hundreds lines of code moderated, that’s just way too much. [For that many lines of code](http://codex.wordpress.org/Forum_Welcome#Posting_Code)
   please use [pastebin.com](http://pastebin.com/) instead. ]_

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [mvied](https://wordpress.org/support/users/mvied/)
 * (@mvied)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-wordpress-https-ssl-upgrade-results-in-malformed-loginout-url/#post-2890987)
 * I think you posted the same HTML twice.
 * I keep the plugin in Git, you don’t need to post all of that.
 * Just in case the post title is right, the problem with login/out URL’s being 
   changed to plain text has been fixed in 3.1.2.
 *  Thread Starter [Mike Doherty](https://wordpress.org/support/users/_doherty/)
 * (@_doherty)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-wordpress-https-ssl-upgrade-results-in-malformed-loginout-url/#post-2891044)
 * Sorry, I did post the same HTML twice. In any event, the 3.1.2 release fixed 
   this bug. Thanks so much!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘[Plugin: WordPress HTTPS (SSL)] Upgrade results in malformed log{in,out}
URL’ 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/)

 * 2 replies
 * 2 participants
 * Last reply from: [Mike Doherty](https://wordpress.org/support/users/_doherty/)
 * Last activity: [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-wordpress-https-ssl-upgrade-results-in-malformed-loginout-url/#post-2891044)
 * Status: resolved