X-Received: by 10.66.228.1 with SMTP id se1mr1701748pac.28.1362068156281; Thu, 28 Feb 2013 08:15:56 -0800 (PST) X-Received: by 10.50.236.40 with SMTP id ur8mr1189528igc.6.1362068156035; Thu, 28 Feb 2013 08:15:56 -0800 (PST) Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.glorb.com!su1no528464pbb.0!news-out.google.com!ov8ni25237pbb.1!nntp.google.com!jn4no46276pbb.1!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.java.programmer Date: Thu, 28 Feb 2013 08:15:55 -0800 (PST) In-Reply-To: <407b8547-0096-4daf-9e27-ec25259add15@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=192.41.70.10; posting-account=SsdNeAoAAABUM0bVlOAdkDRH9dfr2lPT NNTP-Posting-Host: 192.41.70.10 References: <407b8547-0096-4daf-9e27-ec25259add15@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <13d29ff2-6914-450d-9d0d-18245fee41ab@googlegroups.com> Subject: Re: Enable SSLv2Hello in java 1.7 From: nateastle@gmail.com Injection-Date: Thu, 28 Feb 2013 16:15:56 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Xref: csiph.com comp.lang.java.programmer:22625 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=20 http://www.coderanch.com/t/605513/Web-Services/java/Enable-SSLv-java#276624= 3 in the end I used OpenJDK for the runtime as the removal of SSLv2Hello was = only in the sun version of the SSLContextImpl Nate