cloudflare/pingora

Feature Request: Using rustls, add support for verify_cert and verify_hostname

Offen

#703 geöffnet am 29.09.2025

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Rust (1.642 Forks)batch import
enhancementhelp wanted

Repository-Metriken

Stars
 (26.634 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 1T 15h) (3 gemergte PRs in 30 T)

Beschreibung

What is the problem your feature solves, or the need it fulfills?

When using pingora with feature openssl we can set verify_cert and verify_hostname to false on the peer we return in upstream_peer . This does not work when using rustls

Is there any plan to add support for that ?

Contributor Guide