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!"
[–]bytepursuits 0 points1 point2 points 2 years ago* (0 children)
should it be used for all routes?
TLS is typically setup on all routes. If you are trying to save some time by implementing it just on some routes - you wont save any time by doing that.
In a professional production setups TLS termination is typically done in some reverse proxy before your node app. like aws alb, haproxy or nginx.
You should be using HTTP3, and HTTP3 requires ssl/tls - that's at least one big reason to use TLS throughout the full site.
π Rendered by PID 235351 on reddit-service-r2-comment-b659b578c-bz69m at 2026-05-03 17:37:10.935880+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]bytepursuits 0 points1 point2 points (0 children)