Answer the question
In order to leave comments, you need to log in
Why is one image trying to load over http and not https?
Hello. There is a strange bug
Website on drupal 7.61,
php 7.2,
Apache web server
ssl certificate from let's encrypt
in .htaccess
RewriteCond %{HTTPS} on
RewriteRule ^ - [E=protossl:s]
RewriteEngine on
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R]
Header set Strict-Transport-Security "max-age=31536000; includeSubDomains; preload"
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question