TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Reddit: Enable HTTPS in Localhost with OpenSSL for a Node.js App

1 pointsby destromasover 4 years ago

1 comment

corytheboydover 4 years ago
What are people’s thoughts on running local&#x2F;development servers with&#x2F;without SSL? Genuinely curious because I can see arguments both ways being valid.<p>Personally, I like to get as close to full production parity as possible, which of course means with SSL. It’s trivial to do if you take the time to read documentation, and the extra peace of mind when it comes time to hit the release button is nice.