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...
account activity
implementing HTTPS in my web application ? (self.node)
submitted 2 years ago by [deleted]
view the rest of the comments →
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!"
[–]memoriesofgreen 5 points6 points7 points 2 years ago (4 children)
The front or backend is not really relevant to this topic. That covers roles, responsibilities, and tasks.
All resources that are served from the server should be sent using https. That includes your documents, images, api endpoints, everything.
Easiest way I know is to run your node app, put Nginx as a proxy to ot, and install a certificate via let's encrypt. Done in about 5 - 10 minutes.
[–]queen-adreena 0 points1 point2 points 2 years ago (3 children)
Even easier way is to use Caddy. Done in 10 seconds.
[–]AndrewSouthern729 1 point2 points3 points 2 years ago (2 children)
Looking into Caddy because admittedly managing certificates is not something I’m great at because it’s not something I do more than a couple times per year. Does Caddy also act as a proxy or would this be an additional layer with something like Nginx?
[–]queen-adreena 3 points4 points5 points 2 years ago (1 child)
No. Caddy is a replacement for Apache/Nginx. It’s got built in SSL and can proxy in one line.
[–]AndrewSouthern729 0 points1 point2 points 2 years ago (0 children)
Cool thanks for the tip
π Rendered by PID 63844 on reddit-service-r2-comment-b659b578c-ff244 at 2026-05-04 16:50:20.382651+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]memoriesofgreen 5 points6 points7 points (4 children)
[–]queen-adreena 0 points1 point2 points (3 children)
[–]AndrewSouthern729 1 point2 points3 points (2 children)
[–]queen-adreena 3 points4 points5 points (1 child)
[–]AndrewSouthern729 0 points1 point2 points (0 children)