romanz/electrs

Feature: add built-in HTTPS

Open

#904 geöffnet am 17. Juli 2023

Auf GitHub ansehen
 (25 Kommentare) (1 Reaktion) (0 zugewiesene Personen)Rust (551 Forks)github user discovery
enhancementhelp wanted

Repository-Metriken

Stars
 (1.366 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

Is your feature request related to a problem? Please describe. Configuring a proxy to add ssl is too much work for something so necessary and rote, none of the proxy solutions are simple enough.

Describe the solution you'd like To have a https mode be a cli option and not have to configure additional software to get basic security.

Describe alternatives you've considered hitch and nginx

Additional context There are crates in rust that help with this, including creating the certs (which I also shouldn't have to do)

Contributor Guide