I'm trying to track down an SSL configuration issue in my test server, running jetty 9.3.8. I ran into this page:
http://www.eclipse.org/jetty/documentation/current/configuring-ssl.html which says, among other things: You can enable the org.eclipse.jetty.util.ssl named logger at DEBUG level to see what the list of selected Protocols and Cipher suites are at startup of Jetty. which is precisely what I'm trying to accomplish at this stage of investigation. Based on this page, http://www.eclipse.org/jetty/documentation/current/default-logging-with-stderrlog.html what I think I should be doing should look like this: java -Dorg.eclipse.jetty.util.ssl.LEVEL=DEBUG -jar ../start.jar but, this doesn't seem to yield the sort of output the prior URL would imply. Does anyone have any suggestions? -- Brian Reichert <[email protected]> BSD admin/developer at large _______________________________________________ jetty-users mailing list [email protected] To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/jetty-users
