I want to make a https website
Autor: Guus Lekanne dit DeprezI have made a website https://www.theigawarrior.nl But I don't get a SSL-certificaat because there are a couple of http in the source-code. what can I do?
Here under a copie of some of the source-code:
<link rel="stylesheet" type="text/css" href="pcss/index.css?13-1-5-16-636390122302190144" media="screen,print" />
<script type="text/javascript" src="res/jquery.js?13-1-5-16"></script>
<script type="text/javascript" src="res/x5engine.js?13-1-5-16" data-files-version="13-1-5-16"></script>
<script type="text/javascript">
window.onload = function(){ checkBrowserCompatibility('Uw browser ondersteunt de functies niet die nodig zijn om deze website weer te geven.','Uw browser ondersteunt mogelijk de functies niet die nodig zijn om deze website weer te geven.','[1]Werk uw browser bij[/1] of [2]ga verder zonder bij te werken[/2].','http://outdatedbrowser.com/'); };
x5engine.utils.currentPagePath = 'index.html';
maybe this ( https://www.keycdn.com/blog/http-to-https/ ) help you...
Have you tried "Let's Encrypt"?
https://letsencrypt.org/getting-started
You find "Let's Encrypt" inside cPanel, if your hosting use this for control panel.
Regards.