File tree Expand file tree Collapse file tree
client/src/main/java/org/apache/cloudstack Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -220,7 +220,7 @@ private void createHttpsConnector(final HttpConfiguration httpConfig) {
220220 // Configure SSL
221221 if (httpsEnable && !Strings .isNullOrEmpty (keystoreFile ) && new File (keystoreFile ).exists ()) {
222222 // SSL Context
223- final SslContextFactory sslContextFactory = new SslContextFactory ();
223+ final SslContextFactory sslContextFactory = new SslContextFactory . Server ();
224224
225225 // Define keystore path and passwords
226226 sslContextFactory .setKeyStorePath (keystoreFile );
Original file line number Diff line number Diff line change 144144 <cs .jaxb.version>2.3.0</cs .jaxb.version>
145145 <cs .jaxws.version>2.3.2-1</cs .jaxws.version>
146146 <cs .jersey-bundle.version>1.19.4</cs .jersey-bundle.version>
147- <cs .jetty.version>9.4.26.v20200117 </cs .jetty.version>
148- <cs .jetty-maven-plugin.version>9.4.26.v20200117 </cs .jetty-maven-plugin.version>
147+ <cs .jetty.version>9.4.27.v20200227 </cs .jetty.version>
148+ <cs .jetty-maven-plugin.version>9.4.27.v20200227 </cs .jetty-maven-plugin.version>
149149 <cs .jna.version>4.0.0</cs .jna.version>
150150 <cs .joda-time.version>2.10.5</cs .joda-time.version>
151151 <cs .jpa.version>2.2.1</cs .jpa.version>
You can’t perform that action at this time.
0 commit comments