From 0e3dea27a4ad1c22b13c7099db3e393749c94da0 Mon Sep 17 00:00:00 2001 From: Saad Jutt Date: Mon, 1 Nov 2021 17:08:30 +0500 Subject: [PATCH] chore(schema): updated description for allowInsecureRequests --- src/types/sasjsconfig-schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types/sasjsconfig-schema.json b/src/types/sasjsconfig-schema.json index 54ca4d1..25f89d0 100644 --- a/src/types/sasjsconfig-schema.json +++ b/src/types/sasjsconfig-schema.json @@ -270,7 +270,7 @@ "$id": "#/properties/httpsAgentOptions/properties/allowInsecureRequests", "type": "boolean", "title": "allowInsecureRequests", - "description": "If you are having certificate errors connecting to SAS, that cannot be properly resolved, try setting this value to true.", + "description": "If you are having certificate errors connecting to SAS, that cannot be properly resolved, try setting this value to true. This option only has an effect if rejectUnauthorized is not present.", "default": false, "examples": [true, false] },