users@jersey.java.net

[Jersey] Setting cipher suites on 1.18 client

From: Alperovitch, Yasmine <Yasmine.Alperovitch_at_emc.com>
Date: Thu, 5 Nov 2015 21:29:46 +0000

Hi,

I'm using a jersey client to make request to a server I have no control over, so I can't limit the
I'm getting exception because during the ssl handshake a cipher suite with key with > 128 bits is selected, and I don't have java's unlimited jurisdiction policy files installed.
I'm looking for a way to either disable some ciphers or list the cipher suites I want to use, I think I'd prefer whitelisting.

Thanks,
Jasmine