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:
'Authenticity' implies trusting the issuer of your server's certificate.

Is your server providing the certificate you expect?

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

You can use openssl tools to shake out what's going on.

If your server is not serving the certificate you expect, then you
indeed have a jetty config problem.

If your server is indeed serving the certificate you expect, then
your config is OK, but now you get to track down what your SSL issue
is, and that's not specific to jetty.

OK. I'm not familiar with OpenSSL but what you've told me should be enough to get me started. I'll probably be back with more questions tomorrow unless a miracle happens.

Many thanks,
--
John English


Back to the top