Skip to content

Commit

Permalink
Merge pull request #4 from fredericbarthelet/update-options
Browse files Browse the repository at this point in the history
Add insecureConnect option
  • Loading branch information
natesilva authored Aug 26, 2020
2 parents 140a9ea + 615661c commit f0ac147
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/types/ConfigureOptions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,11 @@ export interface ConfigureOptions {
* response. (Default: true)
*/
ocspFailOpen?: boolean;

/**
* If true, disable OCSP check at connection. See
* https://community.snowflake.com/s/article/How-to-turn-off-OCSP-checking-in-Snowflake-client-drivers
* for additional details. (Default: false)
*/
insecureConnect?: boolean;
}

0 comments on commit f0ac147

Please sign in to comment.