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 @@ -219,7 +219,7 @@ private void createHttpsConnector(final HttpConfiguration httpConfig) {
219219 // Configure SSL
220220 if (httpsEnable && !Strings .isNullOrEmpty (keystoreFile ) && new File (keystoreFile ).exists ()) {
221221 // SSL Context
222- final SslContextFactory sslContextFactory = new SslContextFactory ();
222+ final SslContextFactory sslContextFactory = new SslContextFactory . Server ();
223223
224224 // Define keystore path and passwords
225225 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>5.5.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