Errors when accessing site via https
-
We get the following errors in our browser consoles when accessing our site via https.
—
(index):36 Mixed Content: The page at ‘https://intranet/’ was loaded over HTTPS, but requested an insecure stylesheet ‘https://intranet/wp-content/plugins/breadcrumb/css/style.css?ver=4.3.1’. This request has been blocked; the content must be served over HTTPS.(index):37 Mixed Content: The page at ‘https://intranet/’ was loaded over HTTPS, but requested an insecure stylesheet ‘https://intranet/wp-content/plugins/breadcrumb/css/breadcrumb-themes.css?ver=4.3.1’. This request has been blocked; the content must be served over HTTPS.
(index):38 Mixed Content: The page at ‘https://intranet/’ was loaded over HTTPS, but requested an insecure stylesheet ‘https://intranet/wp-content/plugins/breadcrumb/ParaAdmin/css/ParaAdmin.css?ver=4.3.1’. This request has been blocked; the content must be served over HTTPS.
—
We have other plugins that activate CSS, but do not set off the alarms. I assume that there’s a call on the CSS like ‘https://{SITEURL}/{PLUGINPATH/cssfile.css’ rather than a calling on it with a relative function.
- The topic ‘Errors when accessing site via https’ is closed to new replies.