POODLE?
Brought to you by:
niallg
Hi,
I am trying to figure out how to get to the SSLEngine to be able to specify the enabled protocols (to disable SSLv3).
My usage of simple is just passing in SSLContext into a Connection but can't find where/how the SSLEngine is exposed or how to call setEnabledProtocols().
Thanks in advance.