We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ab7ee6e + 475a99e commit fb152f9Copy full SHA for fb152f9
bin/configurable-http-proxy
@@ -230,7 +230,7 @@ if (args.apiSslKey || args.apiSslCert) {
230
options.apiSsl.rejectUnauthorized = args.apiSslRejectUnauthorized;
231
}
232
233
-if (args.clientSslKey || args.clientSslCert) {
+if (args.clientSslKey || args.clientSslCert || args.clientSslCa) {
234
options.clientSsl = {};
235
if (args.clientSslKey) {
236
options.clientSsl.key = fs.readFileSync(args.clientSslKey);
0 commit comments