Skip to content

Commit f8d8a4d

Browse files
authored
Merge pull request #404 from sasjs/allanbowe-patch-1
Update README.md
2 parents 8973ef1 + 58cdd61 commit f8d8a4d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,11 @@ For a SAS9 server type, you need to provide your user and passsword in the promp
6767

6868
https://user-images.githubusercontent.com/4420615/174494256-8676a5e3-9dd2-45a7-bc67-2a5c2355c182.mp4
6969

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+
72+
1. Set `"http.proxySupport": "fallback"` in VS Code settings (instead of the default `"override"`)
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`)
74+
7075

7176
#### SASjs Server
7277

0 commit comments

Comments
 (0)