Re: Creating CA certificates

2009-08-26 Thread vishal saraswat
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

Re: Creating CA certificates

2009-08-26 Thread vishal saraswat
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

RE: Creating CA certificates

2009-08-20 Thread Dave Thompson
> 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 >

Re: Creating CA certificates

2009-08-20 Thread Goetz Babin-Ebell
-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

Re: Creating CA certificates

2009-08-18 Thread sandeep kiran p
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

Re: Creating CA certificates

2009-08-18 Thread Abhishek Kane
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

Re: Creating CA certificates

2009-08-18 Thread vishal saraswat
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

Re: Creating CA certificates

2009-08-18 Thread Abhishek Kane
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

Re: Creating CA certificates

2009-08-18 Thread Goetz Babin-Ebell
-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 ?

Re: Creating CA certificates

2009-08-18 Thread sandeep kiran p
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

Re: Creating CA certificates

2009-08-18 Thread vishal saraswat
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

Re: Creating CA certificates

2009-08-18 Thread Serge Fonville
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

Re: Creating CA certificates

2009-08-18 Thread Serge Fonville
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

Re: Creating CA certificates

2009-08-18 Thread vishal saraswat
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

RE: Creating CA certificates file

2000-03-28 Thread Wade L. Scholine
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