Skip to content

Use configured HTTP transport for SSH metadata fetch#5075

Open
arsenyinfo wants to merge 2 commits intomainfrom
fix-ssh-http-default-client
Open

Use configured HTTP transport for SSH metadata fetch#5075
arsenyinfo wants to merge 2 commits intomainfrom
fix-ssh-http-default-client

Conversation

@arsenyinfo
Copy link
Copy Markdown
Contributor

Summary

  • getServerMetadata in experimental/ssh was using http.DefaultClient for the driver proxy metadata request, bypassing workspace TLS and proxy configuration from client.Config.
  • Replace with &http.Client{Transport: client.Config.HTTPTransport} to respect custom TLS certs and proxy settings.

Test plan

  • Verify SSH connect works with default config
  • Verify SSH connect works behind corporate proxy with custom TLS certs

@arsenyinfo arsenyinfo enabled auto-merge April 23, 2026 13:51
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 this pull request may close these issues.

2 participants