Minimum Viable TLS Config

This page summarizes the projects mentioned and recommended in the original post on /r/rust

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • Rocket

    A web framework for Rust.

    I am currently using a combination of hyper and reqwest but because I cannot manage to get this working, I am willing to switch to something else if need be. I have tried rocket.rs and actix test as well and neither seem to make this easy and I seem to always end up with an issue using rustls.

  • hyper-rustls

    Integration between hyper HTTP library and rustls TLS stack

    Today, I was able to somewhat piece together a solution and get hyper.rs to pay nice with TLS and accept a https connection using this example: https://github.com/rustls/hyper-rustls/blob/main/examples/server.rs . The problem that I'm running into now is that this solution doesn't play nice with the rest of the hyper.rs ecosystem, namely routerify.

  • 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.

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