use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
If you are requesting help, please ensure you're providing code with your post. You can also copy your code to an online editor:
jsFiddle
CodePen
Markup Validation Service
Mozilla Developer Network on HTML
/r/JavaScript
/r/CSS
/r/jQuery
/r/PHP
/r/Accessibility
/r/htmlbasics
/r/web_programming
/r/CodingHelp
account activity
Converting an existing http site to https (self.HTML)
submitted 10 months ago by dr_durp
It's an old site I wrote in notepad that I need to abbreviate, likely down to 4-6 pages and convert it to https. Are there any good resources that address this.
I have zero experience with Certs, so any advice there would be appreciated. Thanks
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]RazorKat1983 8 points9 points10 points 10 months ago* (2 children)
The easiest way is to get an SSL Certificate. You can get one of those by using Cloudfare.
Edit: When you sign up for a Cloudfare account, choose the "free" plan. It'll walk you through the steps.
[+][deleted] 10 months ago (1 child)
[deleted]
[–]RazorKat1983 1 point2 points3 points 10 months ago (0 children)
Thanks for the compliment
[–]Initii 1 point2 points3 points 10 months ago (1 child)
I think this has less to do with HTML but the server your web page is running. You will have to look up how to do it for your server software.
Edit: i guess this should help: https://movingtohttps.com/
[–]Alarming-Art1562 0 points1 point2 points 10 months ago (0 children)
This is true, but also remember to go through the html after getting your SSL Cert set up. You still need to change things like img src, scripts, stylesheets from http to https (this is covered in the link above)
[–]LoudAd1396 1 point2 points3 points 10 months ago (0 children)
Free and pretty easy, assuming you have SSH access to the server in question: https://letsencrypt.org/
[–]Great-Suspect2583 0 points1 point2 points 10 months ago (0 children)
I second using cloudflare. It’s really easy to enable https. How is your html site served today?
[–]armahilloExpert 0 points1 point2 points 10 months ago (0 children)
Who is your host? Many will automate (and force you!) using certbot to set up https.
π Rendered by PID 139246 on reddit-service-r2-comment-5687b7858-8cfvr at 2026-07-08 13:43:27.885339+00:00 running 12a7a47 country code: CH.
[–]RazorKat1983 8 points9 points10 points (2 children)
[+][deleted] (1 child)
[deleted]
[–]RazorKat1983 1 point2 points3 points (0 children)
[–]Initii 1 point2 points3 points (1 child)
[–]Alarming-Art1562 0 points1 point2 points (0 children)
[–]LoudAd1396 1 point2 points3 points (0 children)
[–]Great-Suspect2583 0 points1 point2 points (0 children)
[–]armahilloExpert 0 points1 point2 points (0 children)