Hello @vol4ikman
Thank you for reaching out and I am happy to help!
Just to confirm this, the issue only occurs if the Proxy cache is enabled and once purged the issue is gone?
Also, is the Varnish the only proxy cache or is there another caching layer on your server which cannot be clear by the W3 Total Cache
Thanks!
It happens with or without proxy enabled – I tried both options.
On the server we have Varnish and Redis + Object Cache pro(disabled or enabled same same)
For example, only fonts crashed – https://snipboard.io/NtgURZ.jpg
Blocked loading mixed active content “http://cdn.xxx.yyy/assets/wp-content/themes/airfleet/dist/images/Montserrat-Bold.woff”
Blocked loading mixed active content “http://cdn.xxx.yyy/assets/wp-content/themes/airfleet/dist/images/Montserrat-SemiBold.woff”
-
This reply was modified 1 year, 2 months ago by
Alex Volkov.
-
This reply was modified 1 year, 2 months ago by
Alex Volkov.
Hello @vol4ikman
Thank you for your feedback
When a user visits a page served over HTTP, their connection is open for eavesdropping and man-in-the-middle (MITM) attacks. When a user visits a page served over HTTPS, their connection with the web server is authenticated and encrypted with SSL and hence safeguarded from eavesdroppers and MITM attacks.
However, if an HTTPS page includes HTTP content, the HTTP portion can be read or modified by attackers, even though the main page is served over HTTPS. When an HTTPS page has HTTP content, we call that content “mixed”. The webpage that the user is visiting is only partially encrypted since some of the content is retrieved unencrypted over HTTP. The Mixed Content Blocker blocks certain HTTP requests on HTTPS pages.
In your example Blocked loading mixed active content “http://cdn.xxx.yyy/
As you can see the fonts are served form the HTTP and I cannot see the edited part on the screenshot.
You should make sure the the HTTPS is configured on the Azure
I hope this helps!
Thanks!
One more time. All the contents goes trough the cdn with https protocol. It works fine, until after 20-30 minutes (without any changes on website or webserver) fonts stop “loading” through https and it comes from http. Only fonts. Until I purge all caches on the webserver….
What I should select under CDN Type? Generic mirror or Microsoft Azure Storage? I checked a lot of tutorials and there are 2 ways to configure it. Current setup is under Microsoft Azure Storage….
Hey @vol4ikman
Not sure if you received our email.
Please reach out to us direcly via Performance>Support and share the URL
Thanks!
Thanks. It is not relevant anymore.
Switched to WP Rocket, everything works good there.