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