Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Getting SSL working

On 17/01/2017 19:57, Brian Reichert wrote:
Is your server providing the certificate you expect?

  openssl s_client -connect foo.ddns.net:9443 < /dev/null >& out.pem

This is the output:

3073205948:error:140790E5:SSL routines:SSL23_WRITE:ssl handshake failure:s23_lib.c:177:
CONNECTED(00000003)
---
no peer certificate available
---
No client certificate CA names sent
---
SSL handshake has read 0 bytes and written 295 bytes
---
New, (NONE), Cipher is (NONE)
Secure Renegotiation IS NOT supported
Compression: NONE
Expansion: NONE
---

Any advice on what I should do next?

Many thanks,
--
John English


Back to the top