You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, tun2socks lacks support for routing traffic through an HTTPS/TLS proxy. Adding this feature would improve compatibility and broaden the range of supported network environments.
Problem:
When attempting to use an HTTPS proxy with tun2socks, users encounter the error in squid caching proxy: error: transaction-end-before-headers
This suggests that the connection fails due to the lack of TLS support in the current proxy implementation.
Is this feature related to a specific bug?
No response
Do you have a specific solution in mind?
Implement HTTPS CONNECT method support in tun2socks to establish tunnels through HTTPS proxies.
Integrate TLS support using OpenSSL to handle encrypted proxy connections.
Provide configuration options for users to specify HTTPS proxy settings, including Custom CA certificates for verifying proxy identity
The text was updated successfully, but these errors were encountered:
Description
Currently,
tun2socks
lacks support for routing traffic through an HTTPS/TLS proxy. Adding this feature would improve compatibility and broaden the range of supported network environments.Problem:
When attempting to use an HTTPS proxy with tun2socks, users encounter the error in squid caching proxy:
error: transaction-end-before-headers
This suggests that the connection fails due to the lack of TLS support in the current proxy implementation.
Is this feature related to a specific bug?
No response
Do you have a specific solution in mind?
Implement HTTPS CONNECT method support in
tun2socks
to establish tunnels through HTTPS proxies.Integrate TLS support using OpenSSL to handle encrypted proxy connections.
Provide configuration options for users to specify HTTPS proxy settings, including Custom CA certificates for verifying proxy identity
The text was updated successfully, but these errors were encountered: