We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
skipTLSVerify
1 parent abeeeb3 commit 3b28fedCopy full SHA for 3b28fed
src/config_types.ts
@@ -21,7 +21,7 @@ export interface Cluster {
21
readonly caData?: string;
22
caFile?: string;
23
readonly server: string;
24
- readonly skipTLSVerify: boolean;
+ readonly skipTLSVerify?: boolean;
25
readonly tlsServerName?: string;
26
}
27
0 commit comments