Merge pull request #122 from Scarfmonster/patch-1

I also reproduced the issue, and the fix is working fine.

Thanks @Scarfmonster
This commit is contained in:
luccioman 2017-07-12 16:03:23 +02:00 committed by GitHub
commit 4aafebc014

View File

@ -425,7 +425,7 @@ public class Jetty9HttpServerImpl implements YaCyHttpServer {
// removing entries from config file
sb.setConfig("pkcs12ImportFile", "");
sb.setConfig("keyStorePassword", "");
sb.setConfig("pkcs12ImportPwd", "");
// deleting original import file
// TODO: should we do this