Hi all,
The problem has been solved adding -CAfile to the s_client did the trick.
Thanks alot everyone for the help.
-Vishal
On Wed, Aug 26, 2009 at 10:59 AM, vishal saraswat <
vishalsaraswat...@gmail.com> wrote:
> Hi all,
>
> I am still getting the same error:
> 7(Certificate Signature Failure
Hi all,
I am still getting the same error:
7(Certificate Signature Failure)
@Sandeep : I am using following commands for server and client respectively.
openssl s_server -accept 9000 -cert ~/certs/server.pem
openssl s_client -connect localhost:9000
@Goetz - Well, I hope I am doing it. But maybe
> From: owner-openssl-us...@openssl.org On Behalf Of vishal saraswat
> Sent: Tuesday, 18 August, 2009 07:44
> I am sorry, I forgot to tell you that the final PEM I create
> is composed of key and certificate both.
> cat server_key.pem server server_cert.pem > server.pem
>
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
vishal saraswat wrote:
| Hi all,
Hello vishal,
| I am sorry, I forgot to tell you that the final PEM I create is composed
| of key and certificate both.
|
| cat server_key.pem server server_cert.pem > server.pem
| Now I suppose that one a client is
Can you send the commands that you are using to run s_server and s_client?
On Tue, Aug 18, 2009 at 4:43 AM, vishal saraswat <
vishalsaraswat...@gmail.com> wrote:
> Hi all,
>
> I am sorry, I forgot to tell you that the final PEM I create is composed of
> key and certificate both.
>
> cat server_ke
Well, I am also getting same verify error (7), but the connection does not
break.
On Tue, Aug 18, 2009 at 5:13 PM, vishal saraswat <
vishalsaraswat...@gmail.com> wrote:
> Hi all,
>
> I am sorry, I forgot to tell you that the final PEM I create is composed of
> key and certificate both.
>
> cat s
Hi all,
I am sorry, I forgot to tell you that the final PEM I create is composed of
key and certificate both.
cat server_key.pem server server_cert.pem > server.pem
I read on some blogs that some server require both to be in one file that
why to be on safer side I started following this practice
Thanks guys,
All these comments helped a lot ! Things are working for me now.
On Tue, Aug 18, 2009 at 4:48 PM, Goetz Babin-Ebell wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> vishal saraswat schrieb:
> | Hi Serge,
> Hello cishal,
>
> | I use the following commands to start the serv
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
vishal saraswat schrieb:
| Hi Serge,
Hello cishal,
| I use the following commands to start the server and the client :
|
| Server:
| openssl s_server -accept // -cert //
You do know that the server needs the private key and the certifivate to
work ?
You should also provide the server's private key to the "openssl s_server"
command. From above, I see that your server's private key is server-key.pem,
therefore your command should be something as,
openssl s_server -accept ** -cert * -key
server-key.pem*
*
*
Here server-key.pem would be your serve
Hi Serge,
I followed this link but landed into the same problem.
I use the following commands to start the server and the client :
Server:
openssl s_server -accept ** -cert **
Client:
openssl s_client -connect localhost:**
I was wondering, do I need to do anything specific for client certifica
I forgot,
I used this as examples
http://www.g-loaded.eu/2005/11/10/be-your-own-ca/
Also, googling on openssl certificate authority seems to belp
On Tue, Aug 18, 2009 at 10:51 AM, Serge Fonville
wrote:
> The request is signed with the ca private key.
> What command do you use when you start the
The request is signed with the ca private key.
What command do you use when you start the s_server
HTH
Regards,
Serge Fonville
On Tue, Aug 18, 2009 at 10:38 AM, vishal saraswat <
vishalsaraswat...@gmail.com> wrote:
> Hi,
>
> To my surprise. I tried the same steps and I am getting a similar kin
Hi,
To my surprise. I tried the same steps and I am getting a similar kind of
error.
Please help me as well, if you get a solution.
Thanks and regards,
Vishal
On Tue, Aug 18, 2009 at 1:32 AM, Abhishek Kane wrote:
> Hi,
>
> I am using following steps to create Ca & server certificate :
>
> 1. C
R.
-Original Message-
From: Tugrul Bingol [mailto:[EMAIL PROTECTED]]
Sent: Monday, March 27, 2000 8:42 PM
To: Richard Levitte - VMS Whacker
Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED];
[EMAIL PROTECTED]
Subject: Re: Creating CA certificates file
Richard Levitte - VMS Whacker wrote:
From: T
15 matches
Mail list logo