- π¬π§United Kingdom very_random_man
For anyone coming across this as I did, you can force HTTPS by adding this to settings.php:
$_SERVER['HTTPS'] = 'on';
My use case was running D10 on AWS with an auto scaling group behind an Elastic Load Balancer and this fixed the issue where URLs were being rendered as `http://...`