hello akchaudhury,I just finished one SSL-supported web server under vxworks(ppc603),
and I don't know much about TLS.
ur configure command to generate the Makefile for u to make libcrypto.a&libssl.a with is
(almost)right.
since the error prompt is BAD CERTIFAICATE,if ur product is a server one,U n
is ur product the server one?
maybe your sslconfig is not correct.
- Original Message -
From: [EMAIL PROTECTED]
Date: Tue, 9 Sep 2003 14:13:57 +0530
To: [EMAIL PROTECTED], [EMAIL PROTECTED]
Subject: Open-SSL - Vxworks port
>
>
>
>
> Hi,
>
> TLS feature was implemented using the OpenSS
On Tue, 9 Sep 2003, Dann Daggett wrote:
> resume [32]=
> af ea 93 ad 17 8d d2 e7 9a 8d 7f a7 8f a0 8b 17
> 63 93 33 68 0d 43 99 94 b6 c9 dd e2 f8 17 3d 6f
> NULL
> 1 2 0.0056 (0.0043) S>C Handshake
> ServerHello
> Version 3.1
>
> > Well, I don't know actually, but the fact that IE does in fact do the
> > redirect when you go to port 80 and not when you go to 443, and, the
fact
> > that the web server never even records the GET / in it's logs, to me
> > indicates it's not getting far enough to even send the index.html page
On Tue, 9 Sep 2003, Dann Daggett wrote:
> Well, I don't know actually, but the fact that IE does in fact do the
> redirect when you go to port 80 and not when you go to 443, and, the fact
> that the web server never even records the GET / in it's logs, to me
> indicates it's not getting far enough
On Wed, Sep 10, 2003, Martin Kouril wrote:
> Hi,
>
> My question in example: Certificate verification chain: mycert -> CA_2 ->
> CA_1 -> self-signed root CA.
>
> $ cat CA_2.crt CA_1.crt CA_root.crt > cafile $ openssl verify -CAfile
> cafile mycert.crt mycert.crt: OK
>
> this verification was
> Ok I went to this URL https://www.3db2b.com using netscape and
> was presented a cert warning, I accepted the cert for the session
> then was redirected to http://www.exposim.com.
>
> I get the same error that you get with the page not found
> with IE, but it does not redirect!
I just changed t
> Ok I went to this URL https://www.3db2b.com using netscape and
> was presented a cert warning, I accepted the cert for the session
> then was redirected to http://www.exposim.com.
Yes, that was the correct, it should have given you index.html which does in
fact have a redirect on it.
> I get th
Hi,
My question in example:
Certificate verification chain: mycert -> CA_2 -> CA_1 -> self-signed root CA.
$ cat CA_2.crt CA_1.crt CA_root.crt > cafile
$ openssl verify -CAfile cafile mycert.crt
mycert.crt: OK
this verification was successful :). but how to say to OpenSSL that CA_1 is truste