cloudflare/pingora
在 GitHub 查看Feature Request: Using rustls, add support for verify_cert and verify_hostname
Open
#703 建立於 2025年9月29日
enhancementhelp wanted
倉庫指標
- Star
- (26,634 star)
- PR 合併指標
- (平均合併 1天 15小時) (30 天內合併 3 個 PR)
描述
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 ?