diff --git a/src/types/SASjsConfig.ts b/src/types/SASjsConfig.ts index 2a8f64c..af26204 100644 --- a/src/types/SASjsConfig.ts +++ b/src/types/SASjsConfig.ts @@ -55,13 +55,11 @@ export class SASjsConfig { */ useComputeApi: boolean | null = null /** - * Defaults to `false`. - * When set to `true`, the adapter will allow requests to SAS servers that use a self-signed SSL certificate. - * Changing this setting is not recommended. + * Optional settings to configure HTTPS Agent. + * By providing `key`, `cert`, `ca` to connect with server + * Other options can be set `rejectUnauthorized` and `requestCert` */ - httpsAgentOptions?: https.AgentOptions - /** * Supported login mechanisms are - Redirected and Default */