cloudflare/pingora
Ver no GitHubFeature Request: Using rustls, add support for verify_cert and verify_hostname
Open
#703 aberto em 29 de set. de 2025
enhancementhelp wanted
Métricas do repositório
- Stars
- (26.634 stars)
- Métricas de merge de PR
- (Mesclagem média 1d 15h) (3 fundiu PRs em 30d)
Description
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 ?