You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you are using self-signed certificates and are unable to connect due to `Error while handling error. Unable to verify the first certificate`(but you ARE able to connect using the [sasjs cli](https://cli.sasjs.io) then you may need to make the following adjustments:
70
+
If you are using self-signed certificates and are unable to connect due to `Error while handling error. Unable to verify the first certificate`- but you ARE able to connect using the [sasjs cli](https://cli.sasjs.io) - then you may need to make the following adjustments:
71
71
72
72
1. Set `"http.proxySupport": "fallback"` in VS Code settings (instead of the default `"override"`)
73
73
2. Set `"rejectUnauthorized": false` in the [httpsAgentOptions](https://cli.sasjs.io/sasjsconfig.html#httpsAgentOptions_rejectUnauthorized) object in the sasjsconfig file (`sasjs/sasjsconfig.json` or `~/.sasjsrc`)
0 commit comments