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

[v13] Fix an issue ALPN handshake test does not respect "HTTPS_PROXY" #27810

Merged
merged 2 commits into from Jun 14, 2023

Conversation

greedy52
Copy link
Contributor

backport of #27583

minor merge conflict as refactor of reversetunnelclient (#25447) is not on v13.

* Fix an issue ALPN handshake test does not respect "HTTPS_PROXY"

* address review comment

* remove simplehttsproxy

* Add context to IsALPNConnUpgradeRequired in ten thousand places

* add goc and dial with context
@greedy52 greedy52 self-assigned this Jun 13, 2023
@greedy52 greedy52 added backport tls-routing Issues related to TLS routing labels Jun 13, 2023
@github-actions github-actions bot added size/md tsh tsh - Teleport's command line tool for logging into nodes running Teleport. labels Jun 13, 2023
Copy link
Contributor

@smallinsky smallinsky left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@greedy52 Seems like CI complains about missing reference to some reversetunnelclient structs:

# github.com/gravitational/teleport/lib/reversetunnelclient
lib/reversetunnelclient/transport.go:47:11: undefined: Resolver
lib/reversetunnelclient/transport.go:110:13: undefined: RemoteAuthServer

@public-teleport-github-review-bot public-teleport-github-review-bot bot removed the request for review from webvictim June 13, 2023 18:58
@greedy52 greedy52 enabled auto-merge June 13, 2023 19:24
@greedy52
Copy link
Contributor Author

@greedy52 Seems like CI complains about missing reference to some reversetunnelclient structs:

# github.com/gravitational/teleport/lib/reversetunnelclient
lib/reversetunnelclient/transport.go:47:11: undefined: Resolver
lib/reversetunnelclient/transport.go:110:13: undefined: RemoteAuthServer

Thanks! the merge added lib/reversetunnelclient/transport.go which should not be here. removing.

@greedy52 greedy52 added this pull request to the merge queue Jun 14, 2023
Merged via the queue into branch/v13 with commit e59a083 Jun 14, 2023
21 checks passed
@greedy52 greedy52 deleted the STeve/backport/v13/27583 branch June 14, 2023 17:18
@r0mant r0mant mentioned this pull request Jul 14, 2023
@fheinecke fheinecke mentioned this pull request Sep 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport size/md tls-routing Issues related to TLS routing tsh tsh - Teleport's command line tool for logging into nodes running Teleport.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants