On Tue, Jul 14, 2020 at 09:55:04AM -0400, siva.pannier wrote:

Hi there,

> Output from the server when client initiated the connection is.. 
> #####################

> javax.net.ssl.SSLHandshakeException: no cipher suites in common

That suggests that the ssl client (nginx) and the ssl server (your code)
are unable to agree on how to set up a suitable ssl session.

Possibly the nginx side will have (debug) logs showing what it tried
and what response it got.

Your nginx config does say what ciphers nginx should try; does your
server accept one of those?

Good luck with it,

        f
-- 
Francis Daly        [email protected]
_______________________________________________
nginx mailing list
[email protected]
http://mailman.nginx.org/mailman/listinfo/nginx

Reply via email to