<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>WPMU DEV Community &#187; Topic: Membership creating HTTPS calls when inapplicable</title>
		<link>http://premium.wpmudev.org/forums/topic/membership-creating-https-calls-when-inapplicable</link>
		<description>WPMU DEV Community &#187; Topic: Membership creating HTTPS calls when inapplicable</description>
		<language>en-US</language>
		<pubDate>Sat, 25 May 2013 00:15:09 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.2</generator>
		<atom:link href="http://premium.wpmudev.org/forums/rss/topic/membership-creating-https-calls-when-inapplicable" rel="self" type="application/rss+xml" />

		<item>
			<title>Cole on "Membership creating HTTPS calls when inapplicable"</title>
			<link>http://premium.wpmudev.org/forums/topic/membership-creating-https-calls-when-inapplicable#post-343462</link>
			<pubDate>Wed, 16 Jan 2013 23:04:35 +0000</pubDate>
			<dc:creator>Cole</dc:creator>
			<guid isPermaLink="false">343462@http://premium.wpmudev.org/forums/</guid>
			<description><![CDATA[<p>Great!</p>
<p>Again, I'm very sorry it took so long to get this worked out.  I'm happy that we got it working though!
</p>]]></description>
		</item>
		<item>
			<title>opus13 on "Membership creating HTTPS calls when inapplicable"</title>
			<link>http://premium.wpmudev.org/forums/topic/membership-creating-https-calls-when-inapplicable#post-343411</link>
			<pubDate>Wed, 16 Jan 2013 22:10:19 +0000</pubDate>
			<dc:creator>opus13</dc:creator>
			<guid isPermaLink="false">343411@http://premium.wpmudev.org/forums/</guid>
			<description><![CDATA[<p>Awesome.  That did the trick cleanly.  Thank you, I appreciate the effort </p>
<p>(I actually screencast most all documentation for clients --they cant say I explained  something incorrectly :D )
</p>]]></description>
		</item>
		<item>
			<title>Cole on "Membership creating HTTPS calls when inapplicable"</title>
			<link>http://premium.wpmudev.org/forums/topic/membership-creating-https-calls-when-inapplicable#post-343392</link>
			<pubDate>Wed, 16 Jan 2013 21:38:57 +0000</pubDate>
			<dc:creator>Cole</dc:creator>
			<guid isPermaLink="false">343392@http://premium.wpmudev.org/forums/</guid>
			<description><![CDATA[<p>Ok now I see, I assumed you were talking about after returning to https after a purchase via membership.</p>
<p>So this is actually a WordPress or possibly a theme issue, not anything with membership.  Wordpress urls will default to an https scheme if it detects that your on an ssl page.</p>
<p>I wrote some code you can drop in somewhere to test if thats something you feel comfortable doing.</p>
<pre><code>add_filter(&#39;site_url&#39;,&#39;fix_url_ssl&#39;,99,4);
add_filter(&#39;home_url&#39;,&#39;fix_url_ssl&#39;,99,4);
function fix_url_ssl($url, $path, $scheme, $blog_id) {
	if(is_ssl()) {
		$url = str_replace(&#39;https://&#39;,&#39;http://&#39;,$url);
	}
	return $url;
}</code></pre>
<p>Let me know if that works or not.  You can add it to the bottom of your theme's functions,php file if you don't have a specific place you would like it to be placed.</p>
<p>Oh and thanks for the screencast, that clarified the issue quite nicely.
</p>]]></description>
		</item>
		<item>
			<title>opus13 on "Membership creating HTTPS calls when inapplicable"</title>
			<link>http://premium.wpmudev.org/forums/topic/membership-creating-https-calls-when-inapplicable#post-343344</link>
			<pubDate>Wed, 16 Jan 2013 20:24:58 +0000</pubDate>
			<dc:creator>opus13</dc:creator>
			<guid isPermaLink="false">343344@http://premium.wpmudev.org/forums/</guid>
			<description><![CDATA[<p>Here we go, this ought to explain the issue (this is with the newest beta installed):</p>
<p><a href="http://www.naturalevo.com/test/https-error.m4v" target="_blank">http://www.naturalevo.com/test/https-error.m4v</a> (~3MB)
</p>]]></description>
		</item>
		<item>
			<title>Cole on "Membership creating HTTPS calls when inapplicable"</title>
			<link>http://premium.wpmudev.org/forums/topic/membership-creating-https-calls-when-inapplicable#post-343152</link>
			<pubDate>Wed, 16 Jan 2013 16:38:46 +0000</pubDate>
			<dc:creator>Cole</dc:creator>
			<guid isPermaLink="false">343152@http://premium.wpmudev.org/forums/</guid>
			<description><![CDATA[<p>Hey opus13,</p>
<p>I'm just tried going through the registration process on your site.  Looks like It logs me in correctly on both https and http.</p>
<p>And if your using the new 3.4.3 beta it should be redirecting you properly.  How are you testing this?  Are you using a test transaction?  Everything should be working properly so I'll need to learn a bit more before I can figure out whats happening.
</p>]]></description>
		</item>
		<item>
			<title>opus13 on "Membership creating HTTPS calls when inapplicable"</title>
			<link>http://premium.wpmudev.org/forums/topic/membership-creating-https-calls-when-inapplicable#post-342810</link>
			<pubDate>Wed, 16 Jan 2013 07:41:02 +0000</pubDate>
			<dc:creator>opus13</dc:creator>
			<guid isPermaLink="false">342810@http://premium.wpmudev.org/forums/</guid>
			<description><![CDATA[<p>No love unfortunately, still an https call when returning to the home page.
</p>]]></description>
		</item>
		<item>
			<title>PC on "Membership creating HTTPS calls when inapplicable"</title>
			<link>http://premium.wpmudev.org/forums/topic/membership-creating-https-calls-when-inapplicable#post-340154</link>
			<pubDate>Sun, 13 Jan 2013 10:27:48 +0000</pubDate>
			<dc:creator>PC</dc:creator>
			<guid isPermaLink="false">340154@http://premium.wpmudev.org/forums/</guid>
			<description><![CDATA[<p>Hiya,</p>
<p>Can you please try and update to the latest beta release available here and report any errors in the same thread ?</p>
<p><a href="http://premium.wpmudev.org/forums/topic/membership-343-beta" target="_blank">http://premium.wpmudev.org/forums/topic/membership-343-beta</a></p>
<p>Cheers, PC
</p>]]></description>
		</item>
		<item>
			<title>opus13 on "Membership creating HTTPS calls when inapplicable"</title>
			<link>http://premium.wpmudev.org/forums/topic/membership-creating-https-calls-when-inapplicable#post-302629</link>
			<pubDate>Thu, 08 Nov 2012 01:19:09 +0000</pubDate>
			<dc:creator>opus13</dc:creator>
			<guid isPermaLink="false">302629@http://premium.wpmudev.org/forums/</guid>
			<description><![CDATA[<p>cool.  i'll keep my eyes out for updates/this thread.
</p>]]></description>
		</item>
		<item>
			<title>Cole on "Membership creating HTTPS calls when inapplicable"</title>
			<link>http://premium.wpmudev.org/forums/topic/membership-creating-https-calls-when-inapplicable#post-302626</link>
			<pubDate>Thu, 08 Nov 2012 01:16:38 +0000</pubDate>
			<dc:creator>Cole</dc:creator>
			<guid isPermaLink="false">302626@http://premium.wpmudev.org/forums/</guid>
			<description><![CDATA[<p>Still looks like the content is being loaded in-securely from other plugins and scripts.</p>
<p>I'm working out a new authorize.net gateway I will see If I can incorporate the drop-in plugin code into the core for the next release.  Everything is working as intended at the moment though.
</p>]]></description>
		</item>
		<item>
			<title>Tom Eagles on "Membership creating HTTPS calls when inapplicable"</title>
			<link>http://premium.wpmudev.org/forums/topic/membership-creating-https-calls-when-inapplicable#post-302623</link>
			<pubDate>Thu, 08 Nov 2012 01:10:21 +0000</pubDate>
			<dc:creator>Tom Eagles</dc:creator>
			<guid isPermaLink="false">302623@http://premium.wpmudev.org/forums/</guid>
			<description><![CDATA[<p>Hi Just dropping in to see how things are going, will tag @Cole to let him know you still need help</p>
<p>Cheers</p>
<p>Tom
</p>]]></description>
		</item>
		<item>
			<title>Mason on "Membership creating HTTPS calls when inapplicable"</title>
			<link>http://premium.wpmudev.org/forums/topic/membership-creating-https-calls-when-inapplicable#post-290885</link>
			<pubDate>Tue, 16 Oct 2012 20:46:15 +0000</pubDate>
			<dc:creator>Mason</dc:creator>
			<guid isPermaLink="false">290885@http://premium.wpmudev.org/forums/</guid>
			<description><![CDATA[<p>Argh, bummer.  Cole's down for a few days due to a nasty bug, but when he gets back in he'll be able to take a look at this with you again.</p>
<p>Thanks for letting us know.
</p>]]></description>
		</item>
		<item>
			<title>opus13 on "Membership creating HTTPS calls when inapplicable"</title>
			<link>http://premium.wpmudev.org/forums/topic/membership-creating-https-calls-when-inapplicable#post-289292</link>
			<pubDate>Sat, 13 Oct 2012 06:53:22 +0000</pubDate>
			<dc:creator>opus13</dc:creator>
			<guid isPermaLink="false">289292@http://premium.wpmudev.org/forums/</guid>
			<description><![CDATA[<p>Whoops, I've been busy as hell, and forgot to respond to this thread.  </p>
<p>I placed Cole's ssl switcher into /wp-content/plugins/ssl/ssl-switch.php, and activated the plugin.  </p>
<p>No love.  When a user does not complete the sign up form and clicks any other link on the site, all calls are https.
</p>]]></description>
		</item>
		<item>
			<title>Tom Eagles on "Membership creating HTTPS calls when inapplicable"</title>
			<link>http://premium.wpmudev.org/forums/topic/membership-creating-https-calls-when-inapplicable#post-289254</link>
			<pubDate>Sat, 13 Oct 2012 06:30:00 +0000</pubDate>
			<dc:creator>Tom Eagles</dc:creator>
			<guid isPermaLink="false">289254@http://premium.wpmudev.org/forums/</guid>
			<description><![CDATA[<p>@opus13</p>
<p>As we haven't heard back from you i am assuming you have resolved this issue and am marking it as resolved, is this isn't the case please post back here and it will re open the thread and bring it back to our attention.</p>
<p>Cheers!</p>
<p>Tom
</p>]]></description>
		</item>
		<item>
			<title>PC on "Membership creating HTTPS calls when inapplicable"</title>
			<link>http://premium.wpmudev.org/forums/topic/membership-creating-https-calls-when-inapplicable#post-289253</link>
			<pubDate>Sat, 13 Oct 2012 06:29:41 +0000</pubDate>
			<dc:creator>PC</dc:creator>
			<guid isPermaLink="false">289253@http://premium.wpmudev.org/forums/</guid>
			<description><![CDATA[<p>Greetings and thanks for being a great community member.</p>
<p>We haven't heard from you on this one for long and I am doing a regular followup to see if there is still something we can assist you on this thread.</p>
<p>Just to manage the support issues more efficiently, I am marking this thread as resolved for now however this is not being done to avoid your questions in any ways.</p>
<p>Please feel free to mark this is "Not resolved" in case you have further questions and we would be back on it.</p>
<p>Thanks a lot for being with WPMU DEV.</p>
<p>Cheers<br />
PC<br />
Sales &#38;Support</p>
<p>Did you know we offer FREE lifetime memberships? Click <a href="http://premium.wpmudev.org/1000-rep-points/">here</a> to learn more.
</p>]]></description>
		</item>
		<item>
			<title>Mason on "Membership creating HTTPS calls when inapplicable"</title>
			<link>http://premium.wpmudev.org/forums/topic/membership-creating-https-calls-when-inapplicable#post-273024</link>
			<pubDate>Wed, 12 Sep 2012 23:49:21 +0000</pubDate>
			<dc:creator>Mason</dc:creator>
			<guid isPermaLink="false">273024@http://premium.wpmudev.org/forums/</guid>
			<description><![CDATA[<p>Hiya,</p>
<p>Just let us know once you've been able to get back up and running.  Hoping we've got this one sorted.
</p>]]></description>
		</item>
		<item>
			<title>opus13 on "Membership creating HTTPS calls when inapplicable"</title>
			<link>http://premium.wpmudev.org/forums/topic/membership-creating-https-calls-when-inapplicable#post-271491</link>
			<pubDate>Mon, 10 Sep 2012 19:32:30 +0000</pubDate>
			<dc:creator>opus13</dc:creator>
			<guid isPermaLink="false">271491@http://premium.wpmudev.org/forums/</guid>
			<description><![CDATA[<p>The user has to log in again after the transaction is complete anyway.  </p>
<p>I'll give this a shot when godaddy gets back online :/
</p>]]></description>
		</item>
		<item>
			<title>Cole on "Membership creating HTTPS calls when inapplicable"</title>
			<link>http://premium.wpmudev.org/forums/topic/membership-creating-https-calls-when-inapplicable#post-270438</link>
			<pubDate>Fri, 07 Sep 2012 19:06:11 +0000</pubDate>
			<dc:creator>Cole</dc:creator>
			<guid isPermaLink="false">270438@http://premium.wpmudev.org/forums/</guid>
			<description><![CDATA[<p>Well I disagree on whether it should be an "s" or not, as I stated earlier this can cause particular installations to force the user to login again after paying.  Looking at your site, nothing from membership's plugin is loaded improperly only other plugins.</p>
<p>I think maybe the gateway check I was doing wasn't working on the last version. Change the url in the code there to whatever you like.  Activate it and that will make it do what you want.</p>
<pre><code>&#60;?php
/*
Plugin Name: Authorize.net AIM Membership SSL Switcher
Plugin URI: <a href="http://premium.wpmudev.org" target="_blank">http://premium.wpmudev.org</a>
Description: Make sure that membership loads up non-secure after using authorize.net.  This script work anytime that authorize.net is set as an active gateway.
Version: 1.0
Author: Cole (incsub)
Author URI: <a href="http://premium.wpmudev.org" target="_blank">http://premium.wpmudev.org</a>
License: GPLv3

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see &#60;http://www.gnu.org/licenses/&#62;.

*/
add_action(&#39;membership_payment_subscr_signup&#39;,&#39;adjust_aim_ssl&#39;,999);

function adjust_aim_ssl($user_id, $sub_id) {
	$url = &#39;http://www.naturalevo.com&#39;;
	wp_redirect($url);
	exit;
}
?&#62;</code></pre>]]></description>
		</item>
		<item>
			<title>opus13 on "Membership creating HTTPS calls when inapplicable"</title>
			<link>http://premium.wpmudev.org/forums/topic/membership-creating-https-calls-when-inapplicable#post-269211</link>
			<pubDate>Wed, 05 Sep 2012 20:20:23 +0000</pubDate>
			<dc:creator>opus13</dc:creator>
			<guid isPermaLink="false">269211@http://premium.wpmudev.org/forums/</guid>
			<description><![CDATA[<p>The issue appears on test installations when membership is the <strong>only</strong> thing installed. Besides, the location of the calls is ancillary to the point --the http call shouldn't be S to begin with.
</p>]]></description>
		</item>
		<item>
			<title>Cole on "Membership creating HTTPS calls when inapplicable"</title>
			<link>http://premium.wpmudev.org/forums/topic/membership-creating-https-calls-when-inapplicable#post-268532</link>
			<pubDate>Tue, 04 Sep 2012 17:10:48 +0000</pubDate>
			<dc:creator>Cole</dc:creator>
			<guid isPermaLink="false">268532@http://premium.wpmudev.org/forums/</guid>
			<description><![CDATA[<p>We had some weird issues with thread subscriptions last week.</p>
<p>Is there anything in the membership directory that is being loaded insecurely?  Sounds like maybe other plugins are causing the errors too.
</p>]]></description>
		</item>
		<item>
			<title>opus13 on "Membership creating HTTPS calls when inapplicable"</title>
			<link>http://premium.wpmudev.org/forums/topic/membership-creating-https-calls-when-inapplicable#post-268352</link>
			<pubDate>Tue, 04 Sep 2012 08:13:51 +0000</pubDate>
			<dc:creator>opus13</dc:creator>
			<guid isPermaLink="false">268352@http://premium.wpmudev.org/forums/</guid>
			<description><![CDATA[<p>Odd. I never got a notification email.</p>
<p>all S flags are from image calls, a mailchimp form or a twitter feed
</p>]]></description>
		</item>
		<item>
			<title>Cole on "Membership creating HTTPS calls when inapplicable"</title>
			<link>http://premium.wpmudev.org/forums/topic/membership-creating-https-calls-when-inapplicable#post-263475</link>
			<pubDate>Fri, 24 Aug 2012 14:26:33 +0000</pubDate>
			<dc:creator>Cole</dc:creator>
			<guid isPermaLink="false">263475@http://premium.wpmudev.org/forums/</guid>
			<description><![CDATA[<p>Thanks for touching base with opus13 Mason.</p>
<p>And sorry for the delay. When you get to that page opus13, since you are in Chrome it seems could you right click anywhere on the "unsecured" page and "Inspect Element".  If you click the console tab you should be able to see a list of the content that was loaded insecurely.  Could you pass that along to me here?
</p>]]></description>
		</item>
		<item>
			<title>Mason on "Membership creating HTTPS calls when inapplicable"</title>
			<link>http://premium.wpmudev.org/forums/topic/membership-creating-https-calls-when-inapplicable#post-262864</link>
			<pubDate>Thu, 23 Aug 2012 02:46:37 +0000</pubDate>
			<dc:creator>Mason</dc:creator>
			<guid isPermaLink="false">262864@http://premium.wpmudev.org/forums/</guid>
			<description><![CDATA[<p>Hiya @opus13,</p>
<p>Cole has been called away for a day or two.  He'll be back shortly and able to assist you here.  Apologies for the delay.
</p>]]></description>
		</item>
		<item>
			<title>opus13 on "Membership creating HTTPS calls when inapplicable"</title>
			<link>http://premium.wpmudev.org/forums/topic/membership-creating-https-calls-when-inapplicable#post-262751</link>
			<pubDate>Wed, 22 Aug 2012 21:42:07 +0000</pubDate>
			<dc:creator>opus13</dc:creator>
			<guid isPermaLink="false">262751@http://premium.wpmudev.org/forums/</guid>
			<description><![CDATA[<p>?
</p>]]></description>
		</item>
		<item>
			<title>opus13 on "Membership creating HTTPS calls when inapplicable"</title>
			<link>http://premium.wpmudev.org/forums/topic/membership-creating-https-calls-when-inapplicable#post-260961</link>
			<pubDate>Sat, 18 Aug 2012 21:18:11 +0000</pubDate>
			<dc:creator>opus13</dc:creator>
			<guid isPermaLink="false">260961@http://premium.wpmudev.org/forums/</guid>
			<description><![CDATA[<p>I placed it in "/wp-content/plugins/ssl/sslswitch.php" and activated it via the plugins panels and went through the regular process of browsing to checkout and then returning home.  Still a https call.</p>
<p>The plugin is still activated now, if you would like to verify.</p>
<p>&#60;img src="http://www.naturalevo.com/img/errors/sslswitch.jpg"&#62;</p>
<p>----------------------<br />
edit: no more image embedding?
</p>]]></description>
		</item>
		<item>
			<title>Cole on "Membership creating HTTPS calls when inapplicable"</title>
			<link>http://premium.wpmudev.org/forums/topic/membership-creating-https-calls-when-inapplicable#post-260901</link>
			<pubDate>Sat, 18 Aug 2012 19:37:17 +0000</pubDate>
			<dc:creator>Cole</dc:creator>
			<guid isPermaLink="false">260901@http://premium.wpmudev.org/forums/</guid>
			<description><![CDATA[<p>Did the drop-in plugin not install correctly, or you installed it properly and it did not fix the problem?
</p>]]></description>
		</item>
		<item>
			<title>opus13 on "Membership creating HTTPS calls when inapplicable"</title>
			<link>http://premium.wpmudev.org/forums/topic/membership-creating-https-calls-when-inapplicable#post-260577</link>
			<pubDate>Fri, 17 Aug 2012 21:16:27 +0000</pubDate>
			<dc:creator>opus13</dc:creator>
			<guid isPermaLink="false">260577@http://premium.wpmudev.org/forums/</guid>
			<description><![CDATA[<p>i did try it, but with no change in the results.</p>
<p>https all the way.
</p>]]></description>
		</item>
		<item>
			<title>Kimberly on "Membership creating HTTPS calls when inapplicable"</title>
			<link>http://premium.wpmudev.org/forums/topic/membership-creating-https-calls-when-inapplicable#post-260571</link>
			<pubDate>Fri, 17 Aug 2012 21:10:38 +0000</pubDate>
			<dc:creator>Kimberly</dc:creator>
			<guid isPermaLink="false">260571@http://premium.wpmudev.org/forums/</guid>
			<description><![CDATA[<p>Hello opus!</p>
<p>Just checking in!</p>
<p>Any progress, were you able to try this in a unique directory in the plugin dir?
</p>]]></description>
		</item>
		<item>
			<title>opus13 on "Membership creating HTTPS calls when inapplicable"</title>
			<link>http://premium.wpmudev.org/forums/topic/membership-creating-https-calls-when-inapplicable#post-252982</link>
			<pubDate>Tue, 31 Jul 2012 07:33:51 +0000</pubDate>
			<dc:creator>opus13</dc:creator>
			<guid isPermaLink="false">252982@http://premium.wpmudev.org/forums/</guid>
			<description><![CDATA[<p>No love.  Https doesn't release</p>
<p><a href="http://www.naturalevo.com/img/errors/Untitled-3.png" target="_blank">http://www.naturalevo.com/img/errors/Untitled-3.png</a><br />
<a href="http://www.naturalevo.com/img/errors/Untitled-4.png" target="_blank">http://www.naturalevo.com/img/errors/Untitled-4.png</a><br />
does it need to be in a unique /dir/?
</p>]]></description>
		</item>
		<item>
			<title>Cole on "Membership creating HTTPS calls when inapplicable"</title>
			<link>http://premium.wpmudev.org/forums/topic/membership-creating-https-calls-when-inapplicable#post-252976</link>
			<pubDate>Tue, 31 Jul 2012 06:44:42 +0000</pubDate>
			<dc:creator>Cole</dc:creator>
			<guid isPermaLink="false">252976@http://premium.wpmudev.org/forums/</guid>
			<description><![CDATA[<p>Ok add this to a filename of your choosing that ends in .php</p>
<p>Insert it into your wp-content/plugins/ folder directly and then activate it.</p>
<p>Let me know if there are any problems.</p>
<pre><code>&#60;?php
/*
Plugin Name: Authorize.net AIM Membership SSL Switcher
Plugin URI: <a href="http://premium.wpmudev.org" target="_blank">http://premium.wpmudev.org</a>
Description: Make sure that membership loads up non-secure after using authorize.net.  This script work anytime that authorize.net is set as an active gateway.
Version: 1.0
Author: Cole (incsub)
Author URI: <a href="http://premium.wpmudev.org" target="_blank">http://premium.wpmudev.org</a>
License: GPLv3

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see &#60;http://www.gnu.org/licenses/&#62;.

*/
add_action(&#39;membership_payment_subscr_signup&#39;,&#39;adjust_aim_ssl&#39;,99);

function adjust_aim_ssl($user_id, $sub_id) {
	$gateways = get_option(&#39;membership_activated_gateways&#39;);

	if(!is_array($gateways) &#38;&#38; !in_array(&#39;authorizenetaim&#39;,$gateways))
		return;

	if(is_ssl()) {
		$url = str_replace(&#39;https://&#39;,&#39;http://&#39;,M_get_registrationcompleted_permalink());
		wp_redirect($url);
		exit;
	}

}
?&#62;</code></pre>]]></description>
		</item>
		<item>
			<title>opus13 on "Membership creating HTTPS calls when inapplicable"</title>
			<link>http://premium.wpmudev.org/forums/topic/membership-creating-https-calls-when-inapplicable#post-252971</link>
			<pubDate>Tue, 31 Jul 2012 06:17:41 +0000</pubDate>
			<dc:creator>opus13</dc:creator>
			<guid isPermaLink="false">252971@http://premium.wpmudev.org/forums/</guid>
			<description><![CDATA[<p>I am.  If there is an option i could test, that would be great.
</p>]]></description>
		</item>
		<item>
			<title>Cole on "Membership creating HTTPS calls when inapplicable"</title>
			<link>http://premium.wpmudev.org/forums/topic/membership-creating-https-calls-when-inapplicable#post-252970</link>
			<pubDate>Tue, 31 Jul 2012 06:15:44 +0000</pubDate>
			<dc:creator>Cole</dc:creator>
			<guid isPermaLink="false">252970@http://premium.wpmudev.org/forums/</guid>
			<description><![CDATA[<p>You could activate and deactivate it as you needed to test it.  Are you still having trouble with this?
</p>]]></description>
		</item>
		<item>
			<title>opus13 on "Membership creating HTTPS calls when inapplicable"</title>
			<link>http://premium.wpmudev.org/forums/topic/membership-creating-https-calls-when-inapplicable#post-247607</link>
			<pubDate>Wed, 18 Jul 2012 05:49:35 +0000</pubDate>
			<dc:creator>opus13</dc:creator>
			<guid isPermaLink="false">247607@http://premium.wpmudev.org/forums/</guid>
			<description><![CDATA[<p>Hmm.  That's a pretty tough call --either the 'invisible mans' experience is tainted, or someone that has already drank the cool aid ;)</p>
<p>Is there a way to easy turn that filter on/off in order to get a better idea as to the UX aspect of using that tool?
</p>]]></description>
		</item>
		<item>
			<title>Cole on "Membership creating HTTPS calls when inapplicable"</title>
			<link>http://premium.wpmudev.org/forums/topic/membership-creating-https-calls-when-inapplicable#post-247555</link>
			<pubDate>Wed, 18 Jul 2012 02:09:18 +0000</pubDate>
			<dc:creator>Cole</dc:creator>
			<guid isPermaLink="false">247555@http://premium.wpmudev.org/forums/</guid>
			<description><![CDATA[<p>The real issue is logging the user in automatically after they create their account.  So they aren't pointed to a protected content page after they pay.</p>
<p>Now, I wrote a filter than could force the redirect back to http:// instead of 's' but the user would be logged out and would have to sign in again.  What are your thoughts on that.
</p>]]></description>
		</item>
		<item>
			<title>opus13 on "Membership creating HTTPS calls when inapplicable"</title>
			<link>http://premium.wpmudev.org/forums/topic/membership-creating-https-calls-when-inapplicable#post-247505</link>
			<pubDate>Wed, 18 Jul 2012 00:30:47 +0000</pubDate>
			<dc:creator>opus13</dc:creator>
			<guid isPermaLink="false">247505@http://premium.wpmudev.org/forums/</guid>
			<description><![CDATA[<p>The issue isn't before a transaction is made, it's after the process has been exited.  When opting out of the checkout process and returning to the home page, the request is still https (when it no longer needs to be), and browser warnings pop up everywhere.</p>
<p>The landing page isn't 's', and doesn't need to be, yet the plugin is still forcing the issue after the checkout process has been aborted.</p>
<p>I understand the inherent value and requirement of an SSL call,  it is just a very, <em>very </em>large turn-off  to the potential client base when they are perusing the site.
</p>]]></description>
		</item>
		<item>
			<title>Cole on "Membership creating HTTPS calls when inapplicable"</title>
			<link>http://premium.wpmudev.org/forums/topic/membership-creating-https-calls-when-inapplicable#post-247504</link>
			<pubDate>Wed, 18 Jul 2012 00:22:15 +0000</pubDate>
			<dc:creator>Cole</dc:creator>
			<guid isPermaLink="false">247504@http://premium.wpmudev.org/forums/</guid>
			<description><![CDATA[<p>Ok so whats happening is Authorize.net requires you use an SSL connection to make a call to their API.  If we don't force the https connection during the user registration process just before the payment page the php session is lost and the user never gets logged in resulting in them potentially being returned to a content protected page after they just paid you money, which not a lot of users like.</p>
<p>Just to clarify the browser warnings are from loading unsecured http:// content on a https:// page correct?  Its not a self signed certificate or anything like that?
</p>]]></description>
		</item>
		<item>
			<title>aecnu on "Membership creating HTTPS calls when inapplicable"</title>
			<link>http://premium.wpmudev.org/forums/topic/membership-creating-https-calls-when-inapplicable#post-247488</link>
			<pubDate>Tue, 17 Jul 2012 23:44:11 +0000</pubDate>
			<dc:creator>aecnu</dc:creator>
			<guid isPermaLink="false">247488@http://premium.wpmudev.org/forums/</guid>
			<description><![CDATA[<p>Greetings opus13,</p>
<p>Just touching base with you to let you know that I am going to try to get the lead developer of the authorize.net gateway in here @ColeS to see what he thinks of this reported issue and any advice/advise us what can possibly be done to overcome this issue.</p>
<p>Thank you for your patience.</p>
<p>Cheers, Joe
</p>]]></description>
		</item>
		<item>
			<title>opus13 on "Membership creating HTTPS calls when inapplicable"</title>
			<link>http://premium.wpmudev.org/forums/topic/membership-creating-https-calls-when-inapplicable#post-241604</link>
			<pubDate>Thu, 05 Jul 2012 06:20:55 +0000</pubDate>
			<dc:creator>opus13</dc:creator>
			<guid isPermaLink="false">241604@http://premium.wpmudev.org/forums/</guid>
			<description><![CDATA[<p>just back from vacation.  i am running 3.0.2, and still have the same issues.
</p>]]></description>
		</item>
		<item>
			<title>aecnu on "Membership creating HTTPS calls when inapplicable"</title>
			<link>http://premium.wpmudev.org/forums/topic/membership-creating-https-calls-when-inapplicable#post-238116</link>
			<pubDate>Tue, 26 Jun 2012 19:01:26 +0000</pubDate>
			<dc:creator>aecnu</dc:creator>
			<guid isPermaLink="false">238116@http://premium.wpmudev.org/forums/</guid>
			<description><![CDATA[<p>Greetings opus13,</p>
<p>Sorry for the delay here in a return response from the lead developer.</p>
<p>Though I am not aware of the reason for the delay I am going to go ahead and let him know that you have indeed indicated what gateway is giving you issues.</p>
<p>I have noticed in the Membership plugins change log that in the last version 3.0.2 that there were some fixes to the Authorize.net gateway.</p>
<p>Could you please confirm that you are indeed running version 3.0.2 of the membership plugin?</p>
<p>Cheers, Joe
</p>]]></description>
		</item>
		<item>
			<title>opus13 on "Membership creating HTTPS calls when inapplicable"</title>
			<link>http://premium.wpmudev.org/forums/topic/membership-creating-https-calls-when-inapplicable#post-232076</link>
			<pubDate>Wed, 13 Jun 2012 03:08:40 +0000</pubDate>
			<dc:creator>opus13</dc:creator>
			<guid isPermaLink="false">232076@http://premium.wpmudev.org/forums/</guid>
			<description><![CDATA[<p>It's been a couple weeks.  </p>
<p>No ideas?
</p>]]></description>
		</item>
		<item>
			<title>opus13 on "Membership creating HTTPS calls when inapplicable"</title>
			<link>http://premium.wpmudev.org/forums/topic/membership-creating-https-calls-when-inapplicable#post-228705</link>
			<pubDate>Mon, 04 Jun 2012 08:21:29 +0000</pubDate>
			<dc:creator>opus13</dc:creator>
			<guid isPermaLink="false">228705@http://premium.wpmudev.org/forums/</guid>
			<description><![CDATA[<p>just authorize.net
</p>]]></description>
		</item>
		<item>
			<title>Barry on "Membership creating HTTPS calls when inapplicable"</title>
			<link>http://premium.wpmudev.org/forums/topic/membership-creating-https-calls-when-inapplicable#post-228699</link>
			<pubDate>Mon, 04 Jun 2012 07:51:51 +0000</pubDate>
			<dc:creator>Barry</dc:creator>
			<guid isPermaLink="false">228699@http://premium.wpmudev.org/forums/</guid>
			<description><![CDATA[<p>You don't mention what gateway you are using, as the gateway is responsible for those parts of the pages- it is likely to be a gateway issue.</p>
<p>Can you let me know which ones (or just one if you only have a single one selected) and we'll have a dig through and see if we can get an update out.
</p>]]></description>
		</item>
		<item>
			<title>3SixtyEvolve on "Membership creating HTTPS calls when inapplicable"</title>
			<link>http://premium.wpmudev.org/forums/topic/membership-creating-https-calls-when-inapplicable#post-228669</link>
			<pubDate>Mon, 04 Jun 2012 05:22:38 +0000</pubDate>
			<dc:creator>3SixtyEvolve</dc:creator>
			<guid isPermaLink="false">228669@http://premium.wpmudev.org/forums/</guid>
			<description><![CDATA[<p>Hi Opus13</p>
<p>Just checking in to say that the Developer will be in touch shortly.  With it being weekend things tend to be a little bit slower around here.</p>
<p>Talk soon again.</p>
<p>Gina
</p>]]></description>
		</item>
		<item>
			<title>3SixtyEvolve on "Membership creating HTTPS calls when inapplicable"</title>
			<link>http://premium.wpmudev.org/forums/topic/membership-creating-https-calls-when-inapplicable#post-227849</link>
			<pubDate>Fri, 01 Jun 2012 17:47:01 +0000</pubDate>
			<dc:creator>3SixtyEvolve</dc:creator>
			<guid isPermaLink="false">227849@http://premium.wpmudev.org/forums/</guid>
			<description><![CDATA[<p>Hi Opus13</p>
<p>I tried to subscribe to one of the subscription plans, but then went out from there, as you mentioned, and tried to access other pages again.  I got the message in my browser that there are non-secure content and I could see the https in the URL of all the pages I visited after that.</p>
<p>Awaiting feedback from the Developer.</p>
<p>Have a good weekend.</p>
<p>Gina
</p>]]></description>
		</item>
		<item>
			<title>opus13 on "Membership creating HTTPS calls when inapplicable"</title>
			<link>http://premium.wpmudev.org/forums/topic/membership-creating-https-calls-when-inapplicable#post-227177</link>
			<pubDate>Thu, 31 May 2012 07:19:31 +0000</pubDate>
			<dc:creator>opus13</dc:creator>
			<guid isPermaLink="false">227177@http://premium.wpmudev.org/forums/</guid>
			<description><![CDATA[<p>What are you seeing?
</p>]]></description>
		</item>
		<item>
			<title>3SixtyEvolve on "Membership creating HTTPS calls when inapplicable"</title>
			<link>http://premium.wpmudev.org/forums/topic/membership-creating-https-calls-when-inapplicable#post-226915</link>
			<pubDate>Wed, 30 May 2012 19:52:24 +0000</pubDate>
			<dc:creator>3SixtyEvolve</dc:creator>
			<guid isPermaLink="false">226915@http://premium.wpmudev.org/forums/</guid>
			<description><![CDATA[<p>Hi Opus13</p>
<p>Thank you for your latest post.  </p>
<p>I had a look at your site and can see the problem.  I'm going to ask the Developer to provide some feedback on this and how this can be fixed.  </p>
<p>Talk soon again.</p>
<p>Gina
</p>]]></description>
		</item>
		<item>
			<title>opus13 on "Membership creating HTTPS calls when inapplicable"</title>
			<link>http://premium.wpmudev.org/forums/topic/membership-creating-https-calls-when-inapplicable#post-226311</link>
			<pubDate>Tue, 29 May 2012 18:21:50 +0000</pubDate>
			<dc:creator>opus13</dc:creator>
			<guid isPermaLink="false">226311@http://premium.wpmudev.org/forums/</guid>
			<description><![CDATA[<p>Unfortunately, this is a separate SSL issue.  All elements checkout as S compliant, it's just that when browsing back through the site (after visiting an 'S' page, that the transport is defined, and doesn't release to non-secure standards.</p>
<p><a href="http://www.naturalevo.com" target="_blank">http://www.naturalevo.com</a> is the site.  go to <a href="http://www.naturalevo.com/register/" target="_blank">http://www.naturalevo.com/register/</a> and create an account, and then before checking out go anywhere else.  </p>
<p>Nothing but browser warnings :/
</p>]]></description>
		</item>
		<item>
			<title>3SixtyEvolve on "Membership creating HTTPS calls when inapplicable"</title>
			<link>http://premium.wpmudev.org/forums/topic/membership-creating-https-calls-when-inapplicable#post-226118</link>
			<pubDate>Tue, 29 May 2012 09:15:49 +0000</pubDate>
			<dc:creator>3SixtyEvolve</dc:creator>
			<guid isPermaLink="false">226118@http://premium.wpmudev.org/forums/</guid>
			<description><![CDATA[<p>Hi Opus13</p>
<p>Thank you for being a member and for posting to the Community!</p>
<p>I believe you've had a related problem <a href="http://premium.wpmudev.org/forums/topic/membership-ssl">here</a>?  </p>
<p>Is it possible to share a link with us to see the behavior?  Also, I had a look to see if anyone else is facing this problem and I found these posts that share the same subject:</p>
<p><a href="http://premium.wpmudev.org/forums/topic/ssl-issues">SSL Issues</a><br />
<a href="http://premium.wpmudev.org/forums/topic/problems-with-https-plug-inssl-and-marketpress">Problems with HTTPS plug in/SSL and MarketPress </a></p>
<p>These might be able to give you some guidance on what to do.  If you still feel you need support on this matter, please let me know and we can investigate further.  </p>
<p>I wish you all the best in setting up your site.  Have a blessed day!</p>
<p>Gina
</p>]]></description>
		</item>
		<item>
			<title>opus13 on "Membership creating HTTPS calls when inapplicable"</title>
			<link>http://premium.wpmudev.org/forums/topic/membership-creating-https-calls-when-inapplicable#post-225918</link>
			<pubDate>Mon, 28 May 2012 19:37:08 +0000</pubDate>
			<dc:creator>opus13</dc:creator>
			<guid isPermaLink="false">225918@http://premium.wpmudev.org/forums/</guid>
			<description><![CDATA[<p>Just like the title says, I am getting HTTPS:// calls at inappropriate times, and all the browsers spit out warnings for insecure content.  The easiest way to reproduce is to go the /register/  page, create an account and view the fields for credit card entry (all of which parse ok).  If I don't do the checkout, and go straight to any other page, the call is still HTTPS://.</p>
<p>No matter what link is clicked after the warnings, a 'S' call is always made, essentially breaking the experience of the site.</p>
<p>Any ideas?
</p>]]></description>
		</item>

	</channel>
</rss>