dss
dss
DDeno
Created by dss on 7/25/2024 in #help
"invalid HTTP version parsed" error in proxy environmnet
5 replies
DDeno
Created by dss on 7/25/2024 in #help
"invalid HTTP version parsed" error in proxy environmnet
Now, I found this PR in deno repository and after downgrade version to 1.45.2, deno was worked in proxy env!
5 replies
DDeno
Created by dss on 7/25/2024 in #help
"invalid HTTP version parsed" error in proxy environmnet
In my understanding,
https_proxy=http://xxxxx.xx:yyy # Setting case1
https_proxy=https://xxxxx.xx:yyy # Setting case2
https_proxy=http://xxxxx.xx:yyy # Setting case1
https_proxy=https://xxxxx.xx:yyy # Setting case2
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