Path: csiph.com!x330-a1.tempe.blueboxinc.net!feeder1.hal-mli.net!news.glorb.com!postnews.google.com!c26g2000vbq.googlegroups.com!not-for-mail From: Stone Newsgroups: comp.lang.java.programmer Subject: Re: SSL client program Date: Mon, 16 May 2011 03:08:53 -0700 (PDT) Organization: http://groups.google.com Lines: 15 Message-ID: <03ea3315-bf04-48ef-b659-d2175a6d7a45@c26g2000vbq.googlegroups.com> References: <3af63731-b09e-44ff-bf37-1ffebdf80f60@o7g2000vbn.googlegroups.com> <4dd0ca31$0$45422$c30e37c6@exi-reader.telstra.net> NNTP-Posting-Host: 62.134.46.4 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1305540533 4071 127.0.0.1 (16 May 2011 10:08:53 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Mon, 16 May 2011 10:08:53 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: c26g2000vbq.googlegroups.com; posting-host=62.134.46.4; posting-account=IOeCfwoAAAA_VejOv6qSgFbw-0eHdS9A User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows NT 5.1; rv:2.0.1) Gecko/20100101 Firefox/4.0.1,gzip(gfe) Xref: x330-a1.tempe.blueboxinc.net comp.lang.java.programmer:4153 On May 16, 8:54=A0am, Esmond Pitt wrote: > On 14/05/2011 6:54 PM, Stone wrote: > > > SSL3_GET_RECORD:wrong version number > > Disable SSLv2ClientHello in your Java client. Remove it from the list of > enabled protocols on the socket. Hello Esmond, thanks for you hint. When I removed SSLv2Client than all works fine. best regards Petr