Support for sni_hostname
extension when using SOCKS proxy.
#771
-
For context, please refer to the previous discussion. A few months back, a new extension named To further investigate the issue, I enabled tracing and performed identical DNS-over-HTTPS (DoH) queries twice, with the only difference: one with a socks proxy and the other without. This comparison revealed an intriguing discrepancy, as shown below. (Note: I've intentionally redacted sensitive information.)
As you can observe, all other details except the Thanks to the detailed logging feature, I was able to quickly identify the source of this issue. Just as I suspected, the Consequently, I propose making modifications to socks_proxy.py to ensure proper support for the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
Hi, this is very interesting. Can you provide a simple and minimalistic code to reproduce this issue locally? |
Beta Was this translation helpful? Give feedback.
Thank you so much; that makes perfect sense. Let's double-check to make sure everything is good, and then, if you wish, you can open an issue.