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 056a996 commit 3311cd4Copy full SHA for 3311cd4
packages/connectivity/src/http-agent/http-agent.ts
@@ -133,7 +133,7 @@ function getKeyStoreOptions(destination: Destination):
133
134
const certBuffer = Buffer.from(certificate.content, 'base64');
135
136
- if (getFormat(certificate) === 'jks') {
+ if (getFormat(certificate) === 'jks' || getFormat(certificate) === 'keystore') {
137
if (!destination.keyStorePassword) {
138
throw Error('Keystore password is required for JKS format');
139
}
0 commit comments