Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] WebSocket over SSL in Embedded Jetty 9

Hi Simone,

there are no exceptions on the WssEmbedded server side.

I have added the files

WssClient/src/main/resources/jetty-logging.properties
WssEmbedded/src/main/resources/jetty-logging.properties

with the contents

org.eclipse.jetty.util.log.class=org.eclipse.jetty.util.log.StrErrLog
org.eclipse.jetty.LEVEL=DEBUG
org.eclipse.jetty.websocket.LEVEL=DEBUG

but no additional output is printed, do you mean something else?

Regards
Alex


On Thu, Jun 23, 2016 at 1:14 PM, Simone Bordet <sbordet@xxxxxxxxxxx> wrote:
On Thu, Jun 23, 2016 at 12:36 PM, Alexander Farber
<alexander.farber@xxxxxxxxx> wrote:
> Thank you, Leo. With -Djavax.net.debug=ssl there are following outputs -

It shows the client had a problem during the TLS handshake.

Can you please enable DEBUG logging for "org.eclipse.jetty" for the
client and *attach* the logs ?

Do you have exceptions on the server ?



Back to the top