Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] quick question about SSL debugging in jetty

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				<reichert@xxxxxxxxxxx>
BSD admin/developer at large	


Back to the top