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


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

Re: SSL client program

Path csiph.com!x330-a1.tempe.blueboxinc.net!feeder1.hal-mli.net!nx02.iad01.newshosting.com!newshosting.com!69.16.185.11.MISMATCH!npeer01.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!postnews.google.com!u26g2000vby.googlegroups.com!not-for-mail
From Stone <phracek2@gmail.com>
Newsgroups comp.lang.java.programmer
Subject Re: SSL client program
Date Sat, 14 May 2011 12:34:18 -0700 (PDT)
Organization http://groups.google.com
Lines 40
Message-ID <ce4e687f-9d13-459d-b447-023c06d8a98b@u26g2000vby.googlegroups.com> (permalink)
References <3af63731-b09e-44ff-bf37-1ffebdf80f60@o7g2000vbn.googlegroups.com> <iqjms0$na3$1@dont-email.me> <iqjnug$3q4$1@dont-email.me> <fb2ff79f-640c-47ad-a5b8-7462811e5cf1@y31g2000vbp.googlegroups.com> <iqm7ed$2mu$1@dont-email.me> <15a44075-786e-4a37-862f-c37171ab1b2f@c26g2000vbq.googlegroups.com> <iqmkru$a7a$1@dont-email.me>
NNTP-Posting-Host 84.42.251.145
Mime-Version 1.0
Content-Type text/plain; charset=UTF-8
Content-Transfer-Encoding quoted-printable
X-Trace posting.google.com 1305401659 15988 127.0.0.1 (14 May 2011 19:34:19 GMT)
X-Complaints-To groups-abuse@google.com
NNTP-Posting-Date Sat, 14 May 2011 19:34:19 +0000 (UTC)
Complaints-To groups-abuse@google.com
Injection-Info u26g2000vby.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:4086

Show key headers only | View raw


On 14 kvě, 21:23, Daniele Futtorovic <da.futt.n...@laposte-dot-
net.invalid> wrote:
> On 14/05/2011 18:48, Stone allegedly wrote:
>
> > You mentioned:
> >> So the problem appears to
> >> be between what your Java program sends and what your C++ daemon
> >> expects, not between what your Java program sends and OpenSSL, as I had
> >> surmised.
>
> > Does it mean that in Java code should be someone encoded message for C+
> > + daemon?
>
> (Please don't quote signatures)
>
> No, it means that your C++ daemon doesn't understand the SSL version
> Java is talking to it with.
>
> > I have write down to my code your Java code and result of
> > SSLContext.getInstance("TLS").getClass().getName()  is
> > "javax.net.ssl.SSLContext"
>
> Sorry, my mistake. You need to have a look at:
>   SSLContext.getInstance( [protocol] ).getProvider();
>
> If it prints something with "SunJSSE", then you have the default one.
>
> --
> DF.
> An escaped convict once said to me:
> "Alcatraz is the place to be"

Yes it prints "SunJSSE version 1.6".
It is problem? What should be mentioned here?
Shall I install something different?

I still do not understand where can be a problem?
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