Roblox / rs-consul

This crate provides access to a set of strongly typed apis to interact with consul (https://www.consul.io/)
MIT License
36 stars 23 forks source link

Add support for Rustls #19

Closed bltavares closed 2 years ago

bltavares commented 3 years ago

In order to compile this crate under MUSL, it would be nice to be able avoid OpenSSL.

This commit adds a feature selection to either enable OpenSSL or Rustls connections. It provides also a fine control for webpki roots or native roots, to make it easier to compile into self-contained binaries.

By deafult, it will continue using OpenSSL

What problem are we solving?

How are we solving the problem?

Checks

Please check these off before promoting the pull request to non-draft status.