Skip to content

Proxy settings are not utilized #10206

@donkz

Description

@donkz

Error Details

name: Local Assistant
version: 1.0.0
schema: v1
models:
  - name: Primary_Sand_Opus
    provider: bedrock
    model: us.anthropic.claude-opus-4-5-20251101-v1:0
    env:
      region: us-east-1
      profile: codeassistant
    timeout: 10
    requestOptions:
      proxy: http://proxy.mycompany.com:80
    roles:
      - chat
context:
  - provider: code
  - provider: docs
  - provider: diff
  - provider: terminal
  - provider: problems
  - provider: folder
  - provider: codebase

Error Output

The pending stream has been canceled (caused by: read ECONNRESET)

(this is a typical error when proxy is not set)

Additional Context
I set proxy in VS Code settings/application/proxy and in ~/.continue/config.yaml (above) to http://proxy.mycompany.com:80, but continue VS Code plugin started to ignore this starting last month.

I can see in wireshark that the traffic is attempting to go to bedrock endpoint directly without invoking mycompany proxy. I do not have NO_PROXY configured.

VS Code used to work with proxy. Pycharm never seemed to work with proxy.

When I'm off secure network, both IDEs work fine, although they maybe should not since proxy settings are still in effect.

Metadata

Metadata

Assignees

Labels

area:configurationRelates to configuration optionside:vscodeRelates specifically to VS Code extensionkind:bugIndicates an unexpected problem or unintended behavior

Type

No type
No fields configured for issues without a type.

Projects

Status
Todo

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions