intersystems-community / intersystems-servermanager

VS Code helper extension defining connections to InterSystems servers

Home Page:https://marketplace.visualstudio.com/items?itemName=intersystems-community.servermanager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot handle server that uses self-signed certificate

gjsjohnmurray opened this issue · comments

The ObjectScript and Language Server extensions both treat a setting of "http.proxyStrictSSL": false as a signal to ignore self-signed certificate errors by specifying rejectUnauthorized: false on their https.AgentOptions parameter.

Server Manager should do the same.