-
https not working
I have https activated on my space, but it doesn't work. When trying on my mobile I am redirected to http. On the company browser I get to see a text-only version of my page, and no https-links are working.
I have activated https some time ago. Perhaps something changed in the meantime?
-
It's called mixed content.
Long story short: you have to change every "http://" in "https://" link in your HTML code, for example, in your homepage:
HTML Code:
<link rel="manifest" href="http://goesling.altervista.org/index.php?route=%2Fwebmanifest.json" crossorigin="use-credentials">
<link rel="stylesheet" href="http://goesling.altervista.org/public/css/vendor.min.css?v=2.1.20">
<link rel="stylesheet" href="http://goesling.altervista.org/public/css/webtrees.min.css?v=2.1.20">
Bye!