users@jersey.java.net

[Jersey] Re: Setting cipher suites on 1.18 client

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

I hit send too soon.
Meant to write that I can't limit the cipher suites on the server side.

Thanks,
Jasmine

From: Alperovitch, Yasmine [mailto:Yasmine.Alperovitch_at_emc.com]
Sent: Thursday, November 05, 2015 4:30 PM
To: users_at_jersey.java.net
Subject: [Jersey] Setting cipher suites on 1.18 client

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