RE: set client trusted certificates

2013-07-23 Thread Dave Thompson
>From: owner-openssl-us...@openssl.org On Behalf Of 133mmx runner >Sent: Monday, 22 July, 2013 07:37 >I am trying to set a SSL connection with double side certificated. >Client has a SSL certificate and server has a SSL certificate. I have >established connection successfully and done data trans

Re: set client trusted certificates

2013-07-24 Thread 133mmx runner
Thanks for your reply. I also generated self signed ssl certificate for my server. My server is in .Net platform and my client is using openssl API. My client also does not give any error with my self-signed server certificate. Connection is establishing successfully. I think my client is not vali

RE: set client trusted certificates

2013-07-24 Thread Dave Thompson
>From: owner-openssl-us...@openssl.org On Behalf Of 133mmx runner >Sent: Wednesday, 24 July, 2013 10:04 >I also generated self signed ssl certificate for my server. My server >is in .Net platform and my client is using openssl API. That means the client is code you wrote? >My client also does n