When using SSL, Chrome and Firefox Blocks Loading of Page Builder Assets

The reason is because Page Builder’s assets—images, stylesheets, and scripts—are loading via plain http when the rest of the page is using https.

[blocked] The page at ‘https://stage.afterpill.com/’ was loaded over HTTPS, but ran insecure content from ‘http://stage.afterpill.com/wp-content/uploads/fl-builder/29-1402337322.js?ver=3.9.1’: this content should also be loaded over HTTPS.

How do I force Page Builder to comply and use https when the rest of the page is also using it?

Hi there! Thanks for letting us know about this issue and apologies for any inconvenience. We’ll take a look at this asap and one of us will get back to you as soon as we can!

This should be fixed in the 1.1.5 update we just released a few minutes ago. Can you try updating? Let me know if the issue is fixed for you. Thanks!

Justin

So I updated the plugin and the problem is still present: [blocked] The page at ‘https://stage.afterpill.com/’ was loaded over HTTPS, but ran insecure content from ‘http://stage.afterpill.com/wp-content/uploads/fl-builder/29-1402932417.js?ver=3.9.1’: this content should also be loaded over HTTPS

You can see it yourself at: https://stage.afterpill.com/

Sorry about that. It looks like the JS compiled by the builder is not being served up via HTTPS, which it should be (we’re using WP functions to do so). I’ll look into a fix today.

Thanks,
Justin

Thanks for responding Justin. As an FYI, it appears to be CSS, too.

[blocked] The page at ‘https://stage.afterpill.com/’ was loaded over HTTPS, but ran insecure content from ‘http://stage.afterpill.com/wp-content/uploads/fl-builder/29-1402935465.css?ver=3.9.1’: this content should also be loaded over HTTPS.

You’re welcome. It looks like WordPress’ wp_upload_dir function that returns the URL to the upload directory doesn’t support SSL. I’ll go ahead and implement a workaround to fix that today.

We just released an update that contains the fix for this. Let me know if it works!

Justin

Seems to be working! Thanks guys. :slight_smile: