Interrupted errors in Firebug when loading a Drupal 7 page via https

Each of our website developers gets Firebug "Aborted" errors on random css, js and image objects when we upload one of our Drupal 7 sites to https (and force update). We do not know when the problem began. The site was created about 2 years ago, and about 6 months. back we started getting CSS / JS / Image objects that don't load when we force update the page cache or clear the aggregation of jp / css files.

An online study suggests that there is an AJAX jamming problem, but I have not seen this in our case.

There are no errors if:

  • Page requested via HTTP / port 80
  • Objects already in cache
  • View a site in Prod (has a signed certificate)

Errors even if:

  • Firefox and Firebug Update
  • Disabling js / css aggregation
  • Using Google Chrome

Server logs do not indicate any request for these files at all, so it, like a browser, never sends a request.

The certificate is self-signed.

Screenshot of the Firebug Net panel

+6
source share
1 answer

There must be a problem with the certificate. Maybe it's recalled, expired, or something like that.

0
source

Source: https://habr.com/ru/post/912412/


All Articles