+ 1
How to have a HTTPS webpage for secure connection?
what tags are used to make a simple http web page into https webpage. which all tags are used how can it be coded. thank you
4 Respuestas
+ 7
+1@Hassie! here is a very old tutorial on setting up apache to use SSL
http://mobile.htmlgoodies.com/beyond/security/article.php/3774876/Setting-Up-a-Secure-SSL-Connection.htm
+ 6
adding too what other have said
https://letsencrypt.org/getting-started/
+ 4
Https is to do with the actual website not the html. To get https, you need a certificate from a CA to enable https. LetsEncrypt gives out free https certificates.
Then after you need to configure your website to use https and upload the certificate to your server
+ 3
Alternatively you can use Cloudflare to get free https. All you need to do is change your site's nameservers to Cloudflare. Ie. My site https://hassie.tk uses Cloudflare for SSL and if you check the certificate, you'll see it's from Cloudflare.
You also get one of the best and strongest encryption, Poly1305 CHA which is the same encryption used by Google.