We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dec0949 commit 773a2cfCopy full SHA for 773a2cf
src/qz/ws/PrintSocketServer.java
@@ -117,6 +117,7 @@ public static void runServer() {
117
SslContextFactory sslContextFactory = new SslContextFactory();
118
sslContextFactory.setKeyStorePath(trayProperties.getProperty("wss.keystore"));
119
sslContextFactory.setKeyStorePassword(trayProperties.getProperty("wss.storepass"));
120
+ sslContextFactory.setKeyManagerPassword(trayProperties.getProperty("wss.keypass"));
121
122
SslConnectionFactory sslConnection = new SslConnectionFactory(sslContextFactory, HttpVersion.HTTP_1_1.asString());
123
HttpConnectionFactory httpConnection = new HttpConnectionFactory(new HttpConfiguration());
0 commit comments