Skip to content

Commit 3311cd4

Browse files
Update packages/connectivity/src/http-agent/http-agent.ts
Co-authored-by: David Knaack <[email protected]>
1 parent 056a996 commit 3311cd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/connectivity/src/http-agent/http-agent.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ function getKeyStoreOptions(destination: Destination):
133133

134134
const certBuffer = Buffer.from(certificate.content, 'base64');
135135

136-
if (getFormat(certificate) === 'jks') {
136+
if (getFormat(certificate) === 'jks' || getFormat(certificate) === 'keystore') {
137137
if (!destination.keyStorePassword) {
138138
throw Error('Keystore password is required for JKS format');
139139
}

0 commit comments

Comments
 (0)