I\'m using jetty version 9.0.0.M4 and am trying to configure it to accept SSL connections.
following the instructions in:
http://www.eclipse.org/jetty/documentation/current/
For those who can't get above configuration working:
If you are using java 1.7, ensure you have latest update of it. First versions of jvm 1.7 cause problems with accessing https web pages (browser may display: connection reset, connection aborted, or no data received error).