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.
1 parent b7ca722 commit c35b389Copy full SHA for c35b389
x-pack/plugins/data_usage/server/services/autoops_api.ts
@@ -63,7 +63,6 @@ export class AutoOpsAPIService {
63
rejectUnauthorized: tlsConfig.rejectUnauthorized,
64
cert: tlsConfig.certificate,
65
key: tlsConfig.key,
66
- ca: tlsConfig.certificateAuthorities,
67
}),
68
};
69
0 commit comments