<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.1" -->
<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>Gravity Support Forums Topic: Gravity forms admin should have SSL support</title>
		<link>https://legacy.forums.gravityhelp.com/topic/gravity-forms-admin-should-have-ssl-support</link>
		<description>Gravity Support Forums Topic: Gravity forms admin should have SSL support</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 20:49:58 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>https://legacy.forums.gravityhelp.com/search.php</link>
		</textInput>
		<atom:link href="https://legacy.forums.gravityhelp.com/rss/topic/gravity-forms-admin-should-have-ssl-support" rel="self" type="application/rss+xml" />

		<item>
			<title>Alex Cancado on "Gravity forms admin should have SSL support"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/gravity-forms-admin-should-have-ssl-support#post-81220</link>
			<pubDate>Mon, 15 Oct 2012 16:28:47 +0000</pubDate>
			<dc:creator>Alex Cancado</dc:creator>
			<guid isPermaLink="false">81220@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I can't reproduce it. It works OK for me here. All the links have https:// when I load the admin under https://&#60;br /&#62;
Take a look a the following screenshot:&#60;br /&#62;
&#60;a href=&#34;http://grab.by/gM3o&#34; rel=&#34;nofollow&#34;&#62;http://grab.by/gM3o&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Following is the source code from it:&#60;br /&#62;
&#60;a href=&#34;http://pastie.org/pastes&#34; rel=&#34;nofollow&#34;&#62;http://pastie.org/pastes&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Have you tried going through the Plugin and Themes conflict (&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Testing_for_a_Theme/Plugin_Conflict&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Testing_for_a_Theme/Plugin_Conflict&#60;/a&#62;) to see if this is being caused by another plugin or your theme? I can assure you this is either a conflict with exterior code (plugin or theme), or a setting in your web server / proxy. I would try the plugin/theme conflict first.&#60;br /&#62;
Can you setup a test site that reproduces the problem so that we can play around with it?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>howdy on "Gravity forms admin should have SSL support"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/gravity-forms-admin-should-have-ssl-support#post-80660</link>
			<pubDate>Fri, 12 Oct 2012 18:03:08 +0000</pubDate>
			<dc:creator>howdy</dc:creator>
			<guid isPermaLink="false">80660@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Alex, can you test to see if you can reproduce this on an SSL version of WP? I can assure you it is doing this on all our websites.&#60;/p&#62;
&#60;p&#62;This error is produced in the actual source code of the website:&#60;br /&#62;
view-source:https://domain.com/wp-admin/admin.php?page=gf_entries
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Alex Cancado on "Gravity forms admin should have SSL support"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/gravity-forms-admin-should-have-ssl-support#post-79706</link>
			<pubDate>Mon, 08 Oct 2012 17:46:59 +0000</pubDate>
			<dc:creator>Alex Cancado</dc:creator>
			<guid isPermaLink="false">79706@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Gravity Forms doesn't do any special HTML processing to replace that https with http, so I am not sure what is doing that replacement. If you type that URL directly in your browser, does it get replaced with http?&#60;br /&#62;
My guess is that there is something either in your web server or other WP plugin doing a redirect from https to http.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>howdy on "Gravity forms admin should have SSL support"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/gravity-forms-admin-should-have-ssl-support#post-78972</link>
			<pubDate>Thu, 04 Oct 2012 18:19:11 +0000</pubDate>
			<dc:creator>howdy</dc:creator>
			<guid isPermaLink="false">78972@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Ok, definitely a gravity issue and not a site_url() problem.&#60;/p&#62;
&#60;p&#62;Hardcoding the domain in https loads as http:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;a title=&#38;quot;&#38;lt;?php _e(&#38;quot;Select Columns&#38;quot; , &#38;quot;gravityforms&#38;quot;) ?&#38;gt;&#38;quot; href=&#38;quot;https://domain.com/?gf_page=select_columns&#38;amp;id=&#38;lt;?php echo $form_id ?&#38;gt;&#38;amp;TB_iframe=true&#38;amp;height=365&#38;amp;width=600&#38;quot; class=&#38;quot;thickbox entries_edit_icon&#38;quot;&#38;gt;&#38;lt;?php _e(&#38;quot;Edit&#38;quot;, &#38;quot;gravityforms&#38;quot;) ?&#38;gt;&#38;lt;/a&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;outputs in html as:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;a title=&#38;quot;Select Columns&#38;quot; href=&#38;quot;http://domain.com/?gf_page=select_columns&#38;amp;id=1&#38;amp;TB_iframe=true&#38;amp;height=365&#38;amp;width=600&#38;quot; class=&#38;quot;thickbox entries_edit_icon&#38;quot;&#38;gt;Edit&#38;lt;/a&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>howdy on "Gravity forms admin should have SSL support"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/gravity-forms-admin-should-have-ssl-support#post-78970</link>
			<pubDate>Thu, 04 Oct 2012 18:15:18 +0000</pubDate>
			<dc:creator>howdy</dc:creator>
			<guid isPermaLink="false">78970@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Further to this, it even outputs correct but then shows up as http?&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php $select_site_url = site_url().&#38;quot;?gf_page=select_columns&#38;amp;id=$form_id&#38;amp;TB_iframe=true&#38;amp;height=365&#38;amp;width=600&#38;quot;;
echo $select_site_url;
?&#38;gt;
 &#38;lt;a title=&#38;quot;&#38;lt;?php _e(&#38;quot;Select Columns&#38;quot; , &#38;quot;gravityforms&#38;quot;) ?&#38;gt;&#38;quot; href=&#38;quot;&#38;lt;?=$select_site_url?&#38;gt;&#38;quot; class=&#38;quot;thickbox entries_edit_icon&#38;quot;&#38;gt;&#38;lt;?php _e(&#38;quot;Edit&#38;quot;, &#38;quot;gravityforms&#38;quot;) ?&#38;gt;&#38;lt;/a&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>howdy on "Gravity forms admin should have SSL support"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/gravity-forms-admin-should-have-ssl-support#post-78969</link>
			<pubDate>Thu, 04 Oct 2012 18:09:17 +0000</pubDate>
			<dc:creator>howdy</dc:creator>
			<guid isPermaLink="false">78969@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Alex,&#60;/p&#62;
&#60;p&#62;Actually site_url() does fetch the HTTP/S specific version of the url.&#60;/p&#62;
&#60;p&#62;Very strange but if you add:&#60;br /&#62;
&#38;lt;?php echo site_url(); ?&#38;gt;&#60;br /&#62;
just above&#60;br /&#62;
&#38;lt; a &#38;gt;&#34; href....&#60;br /&#62;
in entry_list.php&#60;/p&#62;
&#60;p&#62;it loads the correct url. Seems like something to do with how it's being used in the href part of the script?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Alex Cancado on "Gravity forms admin should have SSL support"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/gravity-forms-admin-should-have-ssl-support#post-78708</link>
			<pubDate>Wed, 03 Oct 2012 15:26:51 +0000</pubDate>
			<dc:creator>Alex Cancado</dc:creator>
			<guid isPermaLink="false">78708@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Gravity Forms uses the built-in WP function site_url() to create all internal URLs. That WP function tries to use the appropriate scheme, but it is known to have problems with Proxy servers and not &#34;realize&#34; that the URL is using the https scheme, because those Proxy servers set different server variables. What you can do is use the &#34;site_url&#34; filter and return the URL with the https scheme instead.&#60;/p&#62;
&#60;p&#62;I will be looking at better ways of getting these URLs so that we don't have this problem.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Gravity forms admin should have SSL support"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/gravity-forms-admin-should-have-ssl-support#post-78639</link>
			<pubDate>Wed, 03 Oct 2012 08:04:20 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">78639@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I've flagged this one for feedback from the developers.  Thank you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>howdy on "Gravity forms admin should have SSL support"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/gravity-forms-admin-should-have-ssl-support#post-78566</link>
			<pubDate>Tue, 02 Oct 2012 19:27:21 +0000</pubDate>
			<dc:creator>howdy</dc:creator>
			<guid isPermaLink="false">78566@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;When accessing:&#60;br /&#62;
&#60;a href=&#34;https://domain.com/wp-admin/admin.php?page=gf_entries&#34; rel=&#34;nofollow&#34;&#62;https://domain.com/wp-admin/admin.php?page=gf_entries&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The Edit columns button is:&#60;br /&#62;
&#60;a href=&#34;http://domain.com/?gf_page=select_columns&#38;amp;id=3&#38;amp;TB_iframe=true&#38;amp;height=365&#38;amp;width=600&#34; rel=&#34;nofollow&#34;&#62;http://domain.com/?gf_page=select_columns&#38;amp;id=3&#38;amp;TB_iframe=true&#38;amp;height=365&#38;amp;width=600&#60;/a&#62;&#60;br /&#62;
(it should be &#60;a href=&#34;https://..&#34; rel=&#34;nofollow&#34;&#62;https://..&#60;/a&#62;. )&#60;/p&#62;
&#60;p&#62;Which breaks the SSL (padlock broken) and doesn't allow and changes to be saved in the field columns.&#60;/p&#62;
&#60;p&#62;We administer many sites with SSL support in the backend, this bug is affecting every one of them.&#60;/p&#62;
&#60;p&#62;Fix: address url's with this method to instantly work on http and https &#60;a href=&#34;http://paulirish.com/2010/the-protocol-relative-url/&#34; rel=&#34;nofollow&#34;&#62;http://paulirish.com/2010/the-protocol-relative-url/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
