Skip to content

Commit 789d373

Browse files
committed
Debugging's websocket should ignore self-signed cert error
1 parent 9c700c5 commit 789d373

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/debug/debugSession.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ export class ObjectScriptDebugSession extends LoggingDebugSession {
148148
this._url = api.xdebugUrl();
149149

150150
const socket = new WebSocket(this._url, {
151+
rejectUnauthorized: vscode.workspace.getConfiguration("http").get("proxyStrictSSL"),
151152
headers: {
152153
cookie: this.cookies,
153154
},

0 commit comments

Comments
 (0)