Skip to content

Commit

Permalink
chore(schema): updated description for allowInsecureRequests
Browse files Browse the repository at this point in the history
  • Loading branch information
saadjutt01 committed Nov 1, 2021
1 parent e40618a commit 0e3dea2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/sasjsconfig-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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]
},
Expand Down

0 comments on commit 0e3dea2

Please sign in to comment.