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 8befd90 commit 693d7b7Copy full SHA for 693d7b7
packages/connectivity/src/http-agent/http-agent.ts
@@ -145,7 +145,7 @@ function getKeyStoreOptions(destination: Destination):
145
if (aliases.length === 0) {
146
throw Error('No entries found in JKS keystore');
147
}
148
- const alias = aliases[0];
+ const alias = aliases[0];
149
const entry = pemKeystore[alias];
150
if (!entry.cert || !entry.key) {
151
throw Error('Invalid JKS entry: missing cert or key');
0 commit comments