Insecure call. Found on line # 1 in file: www.mydomain.something/index.html is preventing the secure padlock
One site I have not use CloudFront so I changed the base URL to ..https://mydomain.something and that worked.
I have another site which uses CloudFront so the URLs are different each base URL is set using www.randomlettershereruegherh.cloudfront.something and not {{unsecure_base_url}}
If I change the base URL by adding https will I have to change the other URLs as well for example from:
http://randomlettershereruegherh.cloudfront.net/skin/
to:
https://randomlettershereruegherh.cloudfront.net/skin/
Thanks in advance