Skip to content

Commit 34fca8f

Browse files
authored
fix: rejectUnauthorised failing in some circumstances (#492)
Signed-off-by: Gordon Smith <[email protected]>
1 parent 25366e4 commit 34fca8f

File tree

4 files changed

+239
-799
lines changed

4 files changed

+239
-799
lines changed

ecl-sample/.vscode/launch.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,19 @@
5454
"serverAddress": "play.hpccsystems.com",
5555
"port": 18010,
5656
"targetCluster": "thor",
57+
"rejectUnauthorized": true,
58+
"resultLimit": 100,
59+
"timeoutSecs": 60,
60+
"user": "vscode_user"
61+
},
62+
{
63+
"name": "play-IP",
64+
"type": "ecl",
65+
"request": "launch",
66+
"protocol": "https",
67+
"serverAddress": "20.163.232.157",
68+
"port": 18010,
69+
"targetCluster": "thor",
5770
"rejectUnauthorized": false,
5871
"resultLimit": 100,
5972
"timeoutSecs": 60,

0 commit comments

Comments
 (0)