Mix http content blocked or with alerts

Hello there,

The Integration show in my web page https mixed content, because there are images from simbrief with http.
Mix content blocked or with alerts:

(Blocked)
Se ha bloqueado la carga del contenido activo mixto “http://skyvector.com/linkchart.js

(Alert)
Cargando contenido visual mixto (no seguro) “http://www.simbrief.com/ofp/uads/LTFMLTFH_1632431111_ROUTE.gif” en una página segura

Cargando contenido visual mixto (no seguro) “http://www.simbrief.com/ofp/uads/LTFMLTFH_1632431111_SIGWX00.gif” en una página segura

Cargando contenido visual mixto (no seguro) “http://www.simbrief.com/ofp/uads/LTFMLTFH_1632431111_PROFILE.gif” en una página segura

Can be this fixed?

Thank you!

Hi,

As far as I know the Skyvector error is not related to SimBrief. SimBrief doesn’t use that resource, I’m guessing the module you’re using does for some reason.

For the various .gif files, it should be fairly trivial to update your module/integration code to replace the “http://” portion with “https://”. If you aren’t able to do this yourself, you might need to reach out to the creator of the module you’re using and ask them to update this.

Best regards,

1 Like

¡Thank you for the answer!

For the various .gif files, it should be fairly trivial to update your module/integration code to replace the “http://” portion with “https://”.

All simbrief files http changed to https, still returning http on www.simbrief.com/ofp/uads

I think you misunderstood what I meant, I was suggesting to modify the module’s code to update/replace the SimBrief image URLs before printing them.

In any case, I’ve updated the API XML internal URLs to use HTTPS now. Hopefully this will fix the issue for you.

Best regards,

1 Like

Yes, now It’s https.
I modified all files here:

I didn’t understand you.

Thank you very much for the help and the fix!

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.