dss
"invalid HTTP version parsed" error in proxy environmnet
In my understanding,
The both configurations send CONNECT method to proxy server, and proxy server will establish TLS connection with the target server. But in case1, client does not establish TLS connection with proxy server and in case2, client establishes TLS connection.
I guess deno does not support case1 setting, only supports case2 setting. Is It correct?
5 replies