joliemarie
Member
Posted 1 year ago #
For some reason, I am getting a warning now within Firefox about part of the page containing unauthenticated content. Our site is http://pursuitofresearch.org and the secure page is https://pursuitofresearch.org/order I have standard Multiple Domain (UCC) SSL from GoDaddy. I've even gone as far as to add the secure seal to the main footer (which wraps on the whole page, not just the specific content page. When I try to update the settings I get this error:
External HTTPS Elements - PHP configuration error: allow_url_fopen must be enabled.
Hey Joliemarie,
Sorry it's taken a while to get back with you.
I did look at your site before today, I just never had a chance to post. I see you have now circumvented the problem with a separate order.php page. However, the last time I looked, the only thing making your page insecure was the header image, which would be extremely easy to fix.
Let me know if you need any help.
Thanks,
Mike
joliemarie
Member
Posted 1 year ago #
Yeah, I finally figured out about the header image. I have tried every which way I can to get it to load as https, but it still causes the error. I've put in a support request to organic themes to see what they think (I'm using the Maganzine theme from Organic Themes).
I'm also having the issue on our sister site http://wholefoodtherapy.com If you go to the order page on that site, I'm seeing the same errors, any thoughts? On that site, I'm using Genesis with Serenity Child theme. Same error though. Strange...
joliemarie
Member
Posted 1 year ago #
Hey Joliemarie,
Those items are being caused by an iframe on your pages:
<iframe src="https://wholefoodtherapy.com/wp-mail.php" name="mailiframe" width="0" height="0" frameborder="0" scrolling="no" title=""></iframe>
I can't tell exactly what's causing it to be there, but it's pulling up a page that doesn't exist, and the server's 404 page is what's loading all of that stuff, making your page insecure.
joliemarie
Member
Posted 1 year ago #
It was a mail post plugin! Fixed, now is working perfectly.