Force SSL redirection to target service host for all protocols

Francis Daly francis at daoine.org
Tue Jul 14 14:01:24 UTC 2020


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        francis at daoine.org


More information about the nginx mailing list