Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #4131
| Path | csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!news.dougwise.org!nntpfeed.proxad.net!proxad.net!feeder1-2.proxad.net!news.glorb.com!postnews.google.com!l30g2000vbn.googlegroups.com!not-for-mail |
|---|---|
| From | Stone <phracek2@gmail.com> |
| Newsgroups | comp.lang.java.programmer |
| Subject | Re: SSL client program |
| Date | Sun, 15 May 2011 11:05:44 -0700 (PDT) |
| Organization | http://groups.google.com |
| Lines | 45 |
| Message-ID | <3f2ddc05-19e1-4458-8fae-370cbf818a1f@l30g2000vbn.googlegroups.com> (permalink) |
| References | <3af63731-b09e-44ff-bf37-1ffebdf80f60@o7g2000vbn.googlegroups.com> <o36z94keqaxr.dlg@kimmeringer.de> |
| NNTP-Posting-Host | 84.42.251.145 |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=ISO-8859-1 |
| Content-Transfer-Encoding | quoted-printable |
| X-Trace | posting.google.com 1305482745 9764 127.0.0.1 (15 May 2011 18:05:45 GMT) |
| X-Complaints-To | groups-abuse@google.com |
| NNTP-Posting-Date | Sun, 15 May 2011 18:05:45 +0000 (UTC) |
| Complaints-To | groups-abuse@google.com |
| Injection-Info | l30g2000vbn.googlegroups.com; posting-host=84.42.251.145; 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:4131 |
Show key headers only | View raw
On May 15, 1:52 pm, Lothar Kimmeringer <news200...@kimmeringer.de>
wrote:
> Stone wrote:
> > 24741:error:1408F10B:SSL routines:SSL3_GET_RECORD:wrong version
> > number:s3_pkt.c:295:
>
> [...]
> > sslContext = SSLContext.getInstance("SSLv3");
>
> I filed a bugreport about two years ago showing that the JSSE is
> creating TLSv1-messages in some circumstances but since this falled
> within the Oracle-takeover of SUN it seems that it has been ignored.
>
> To find out if this specific bug is biting here, start Wireshark
> and listen to the packets being exchanged between your client and
> the server. The client-hello message is unencrypted, so it should
> be easy to see what version is sent to the server.
>
> Regards, Lothar
> --
> Lothar Kimmeringer E-Mail: spamf...@kimmeringer.de
> PGP-encrypted mails preferred (Key-ID: 0x8BC3CD81)
>
> Always remember: The answer is forty-two, there can only be wrong
> questions!
Is it possible to send me that bugreport?
Does it mean that when I will change SSLv3 to TLSv1 as on the Java
side as on the C++ daemon then all will work w/o problems?
Is it possible to make some workaround so that all will work fine?
What in the case that will change JRE from SUN to IBM?
If the provider is SunJSSE as a default one is it possible to exchange
them?
I have made some test so that instead of port 5000 I used to port 443
for detection whether problem is on the applet side (from the
programmer point of view) and all was working OK.
How can I detect whether problem is in the programming language or in
the bugreport?
best regards
Petr
Back to comp.lang.java.programmer | Previous | Next — Previous in thread | Next in thread | Find similar
SSL client program Stone <phracek2@gmail.com> - 2011-05-13 01:09 -0700
Re: SSL client program Daniele Futtorovic <da.futt.news@laposte-dot-net.invalid> - 2011-05-13 18:39 +0200
Re: SSL client program Daniele Futtorovic <da.futt.news@laposte-dot-net.invalid> - 2011-05-13 18:57 +0200
Re: SSL client program Stone <phracek2@gmail.com> - 2011-05-14 01:54 -0700
Re: SSL client program Daniele Futtorovic <da.futt.news@laposte-dot-net.invalid> - 2011-05-14 17:34 +0200
Re: SSL client program Stone <phracek2@gmail.com> - 2011-05-14 09:45 -0700
Re: SSL client program Stone <phracek2@gmail.com> - 2011-05-14 09:48 -0700
Re: SSL client program Daniele Futtorovic <da.futt.news@laposte-dot-net.invalid> - 2011-05-14 21:23 +0200
Re: SSL client program Stone <phracek2@gmail.com> - 2011-05-14 12:34 -0700
Re: SSL client program Stone <phracek2@gmail.com> - 2011-05-14 11:35 -0700
Re: SSL client program Esmond Pitt <esmond.pitt@bigpond.com> - 2011-05-16 16:54 +1000
Re: SSL client program Stone <phracek2@gmail.com> - 2011-05-16 03:08 -0700
Re: SSL client program Stone <phracek2@gmail.com> - 2011-05-16 05:22 -0700
Re: SSL client program Esmond Pitt <esmond.pitt@bigpond.com> - 2011-05-17 09:33 +1000
Re: SSL client program Stone <phracek2@gmail.com> - 2011-05-19 01:46 -0700
Re: SSL client program Esmond Pitt <esmond.pitt@bigpond.com> - 2011-05-20 14:15 +1000
Re: SSL client program Stone <phracek2@gmail.com> - 2011-05-20 01:56 -0700
Re: SSL client program Stone <phracek2@gmail.com> - 2011-05-20 02:00 -0700
Re: SSL client program Stone <phracek2@gmail.com> - 2011-05-14 01:49 -0700
Re: SSL client program Lothar Kimmeringer <news200709@kimmeringer.de> - 2011-05-15 13:52 +0200
Re: SSL client program Stone <phracek2@gmail.com> - 2011-05-15 11:05 -0700
Re: SSL client program Lothar Kimmeringer <news200709@kimmeringer.de> - 2011-05-16 08:46 +0200
csiph-web