Plugin Author
Phil
(@philsbury)
Hi @raynergray,
Not seen this before, do you run any of the site over HTTPS?
Thanks
Phil
Hi Phil,
I’m using a Let’s Encrypt certificate, it’s meant to be only active for the wordpress login and administration. I am using “define(‘FORCE_SSL_ADMIN’, true);” in my wp-config file.
Thanks for taking a look!
EDIT: I’ve noticed that if I remove “define(‘FORCE_SSL_ADMIN’, true);” the age gate will redirect properly to the unsecured URL. I need admin access to be secured however, so this is not an option.
-
This reply was modified 7 years, 9 months ago by
raynergray.
Plugin Author
Phil
(@philsbury)
Hi @raynergray,
Essentially when you submit the form it goes to admin so when it redirects back it gets the HTTPS from the admin url. Changing this could be done but will require some code updates.
However, why not serve the whole site over HTTPS? Google seems to prefer this.
Alternatively, you could switch to the Javascript version in the advanced tab and that way there’ll be no redirects at all.
If neither of those are good for you I can look at adding an option to redirect to plain HTTP.
Thanks
Phil
Thanks @philsbury,
I’m going to try running the whole site over HTTPS as per your suggestion.
Cheers!