Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CONNECT requests fail under proxy connections. #115

Closed
VegieIsCute opened this issue Jul 26, 2024 · 1 comment · Fixed by #122
Closed

CONNECT requests fail under proxy connections. #115

VegieIsCute opened this issue Jul 26, 2024 · 1 comment · Fixed by #122

Comments

@VegieIsCute
Copy link

VegieIsCute commented Jul 26, 2024

Describe the bug
When a proxy is applied, and a connect request is made, the request fails with the error "proxy connection timeout" immediately.

To Reproduce

session := azuretls.NewSession()
defer session.Close()
_ = session.SetProxy("YOUR PROXY")
err := session.Connect("http://tls.peet.ws:443")
if err != nil {
    fmt.Println(err)
}

Expected behavior
CONNECT requests to succeed even under proxies.

Screenshots
image

Desktop (please complete the following information):

  • OS: Windows
  • Browser Firefox
  • Version 128
@Noooste
Copy link
Owner

Noooste commented Jul 29, 2024

Thanks for reporting me this, will be patched asap!

@Noooste Noooste linked a pull request Aug 13, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants
@VegieIsCute @Noooste and others