Commit bacec5a
authored
Use configured HTTP transport for SSH metadata fetch (#5075)
## 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
certs1 parent de07621 commit bacec5a
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
454 | 454 | | |
455 | 455 | | |
456 | 456 | | |
457 | | - | |
| 457 | + | |
| 458 | + | |
458 | 459 | | |
459 | 460 | | |
460 | 461 | | |
| |||
0 commit comments