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


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

Re: SSL client program

From Stone <phracek2@gmail.com>
Newsgroups comp.lang.java.programmer
Subject Re: SSL client program
Date 2011-05-15 11:05 -0700
Organization http://groups.google.com
Message-ID <3f2ddc05-19e1-4458-8fae-370cbf818a1f@l30g2000vbn.googlegroups.com> (permalink)
References <3af63731-b09e-44ff-bf37-1ffebdf80f60@o7g2000vbn.googlegroups.com> <o36z94keqaxr.dlg@kimmeringer.de>

Show all headers | 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 | NextPrevious in thread | Next in thread | Find similar


Thread

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