Skip to content

Commit

Permalink
Fix Jetty NPE
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorncs committed Sep 13, 2018
1 parent 59ea034 commit 5935d2b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ private static SslContextFactory initializeSslContextFactory(KeyProvider keyProv
tryReadKeystoreFile(configserverIdentity, updatePeriod)
.orElseGet(() -> updateKeystore(configserverIdentity, generateKeystorePassword(), keyProvider, ztsClient, zoneConfig));
factory.setKeyStore(keyStore);
factory.setKeyStorePassword("");
return factory;
}

Expand Down

0 comments on commit 5935d2b

Please sign in to comment.