-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Continue fails to stablish mTLS connection with server #8470
Copy link
Copy link
Open
Labels
area:configurationRelates to configuration optionsRelates to configuration optionside:vscodeRelates specifically to VS Code extensionRelates specifically to VS Code extensionkind:bugIndicates an unexpected problem or unintended behaviorIndicates an unexpected problem or unintended behavioros:linuxHappening specifically on LinuxHappening specifically on Linuxos:windowsHappening specifically on WindowsHappening specifically on Windowsstale
Metadata
Metadata
Assignees
Labels
area:configurationRelates to configuration optionsRelates to configuration optionside:vscodeRelates specifically to VS Code extensionRelates specifically to VS Code extensionkind:bugIndicates an unexpected problem or unintended behaviorIndicates an unexpected problem or unintended behavioros:linuxHappening specifically on LinuxHappening specifically on Linuxos:windowsHappening specifically on WindowsHappening specifically on Windowsstale
Type
Fields
Give feedbackNo fields configured for issues without a type.
Projects
Status
Todo
Before submitting your bug report
Relevant environment info
Description
I have an Open WebUI server behind a reverse proxy for mutual TLS.
The connection works fine if mTLS is disabled, but with mTLS the extension refuses to stablish a connection. Browsers are able to stablish connection using the client certificate.
To reproduce
Log output
workbench.desktop.main.js:132 [Extension Host] Error handling webview message: { "msg": { "messageId": "bd...06", "messageType": "llm/streamChat", "data": { "completionOptions": { "reasoning": false }, "title": "qwen-coder", "messages": [ { "role": "system", "content": "..." }, { "role": "user", "content": "Hello world!" } ], "messageOptions": { "precompiled": true } } } } Error: Connection error.