No cipher suites in common in Jetty 9 SSL Configuration
问题 I have spent the better part of the day on this and so far have been unable to get Jetty 9 configured to serve over HTTPS correctly. This is only for development purposes so I have generated a keystore file that I am attempting to use with Jetty. I am generating the certificate like this: keytool -keystore keystore -alias jetty -genkey -keyalg RSA This is from the Jetty instructions at https://www.eclipse.org/jetty/documentation/current/configuring-ssl.html. Output from mvn -X jetty:run when