Plugin Author
pietro
(@psac50)
Hi Stu,
Thanks for this.
The app needs to be pointed at the exact https URL for it to load correctly (avoiding http redirects) – something we can make sure to configure appropriately for you.
There should be no problem with rendering a gravity form in a page, but we can certainly help and verify your setup to make sure everything is working as expected.
Please reach out at [email protected] with an indication of your URL and we can verify all settings with you.
thanks,
Pietro
Hi Pietro.
Most of our sites are behind a proxy (CloudFlare), so not sure if their “Flexible SSL” is going to work without a top level certificate installed to make it compatible with your set up.
i.e. In wp-config we have:
if (isset($_SERVER['HTTP_X_FORWARDED_PROTO']) && $_SERVER['HTTP_X_FORWARDED_PROTO'] == 'https')
$_SERVER['HTTPS']='on';
Have you looked at this kind of set up before?
One site running this is http://wordsrack.com (notice I put http in so you can see it forces SSL as demo). Cloudflare has a page rule that does this for us, the origin server does not really have ssl between itself and CloudFlare. We love this set up but may have to do something more depending on how you respond.
thanks!
Plugin Author
pietro
(@psac50)
Hi Stu,
I don’t think your setup should be a problem. It might take a bit of experimentation which we’re happy to support you with. Quite simply building the app pointing at the https URL should work out.
feel free to email me at [email protected]
thanks,
Pietro