The Fascinating World of HTTP Strict-Transport-Security

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • mkcert

    A simple zero-config tool to make locally trusted development certificates with any names you'd like.

  • FYI you should use .test for this, which is allotted by some RFC as an internal TLD and should therefore be guaranteed never to be a real one.

    e.g. we use `https://www.splitgraph.test` for local development, which is nice because we avoid a whole class of "works in dev" bugs that you get with `http://localhost:3001`

    For certificates we use a self-signed certificate signed by a root cert generated by mkcert [0]

    [0] https://github.com/FiloSottile/mkcert

  • hostess

    An idempotent command-line utility for managing your /etc/hosts file.

  • I created a subdomain like local.example.com and pointed it at 127.0.0.1 in the DNS.

    I wanted to suggest using a .test domain but managing the hosts file is always really clunky, even with a slick tool like hostess[1].

    1: https://github.com/cbednarski/hostess

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • How do I secure local services?

    2 projects | /r/selfhosted | 4 May 2023
  • HTTPS on Localhost with Next.js

    3 projects | dev.to | 29 Apr 2024
  • Mkcert: Simple zero-config tool to make locally trusted development certificates

    1 project | news.ycombinator.com | 26 Apr 2024
  • Mkcert: Simple tool to make locally trusted dev certificates names you'd like

    1 project | news.ycombinator.com | 15 Mar 2024
  • SSL Certificates for Home Network

    1 project | /r/homelab | 7 Dec 2023