Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.programmer > #22625

Re: Enable SSLv2Hello in java 1.7

Newsgroups comp.lang.java.programmer
Date 2013-02-28 08:15 -0800
References <407b8547-0096-4daf-9e27-ec25259add15@googlegroups.com>
Message-ID <13d29ff2-6914-450d-9d0d-18245fee41ab@googlegroups.com> (permalink)
Subject Re: Enable SSLv2Hello in java 1.7
From nateastle@gmail.com

Show all headers | View raw


On Thursday, February 21, 2013 12:55:31 PM UTC-7, nate...@gmail.com wrote:
> I am connecting to a soap server and in the request they are sending back a SSLv2Hello. This is a bug in their system but since I cannot control it I have to code around it. I am wondering if anyone has any idea on  how to call a HTTPS soap service with TLSv1 and SSLv2Hello enabled?

Thank you Arne for your reply. I have found a solution to this. I explained a little bit more 
http://www.coderanch.com/t/605513/Web-Services/java/Enable-SSLv-java#2766243

in the end I used OpenJDK for the runtime as the removal of SSLv2Hello was only in the sun version of the SSLContextImpl

Nate

Back to comp.lang.java.programmer | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Enable SSLv2Hello in java 1.7 nateastle@gmail.com - 2013-02-21 11:55 -0800
  Re: Enable SSLv2Hello in java 1.7 Arne Vajhøj <arne@vajhoej.dk> - 2013-02-24 17:42 -0500
  Re: Enable SSLv2Hello in java 1.7 nateastle@gmail.com - 2013-02-28 08:15 -0800
    Re: Enable SSLv2Hello in java 1.7 Arne Vajhøj <arne@vajhoej.dk> - 2013-02-28 17:01 -0500

csiph-web