Please Help me out- SSL ERROR

2012-01-17 Thread Mr.Rout
Dear Folks, I am seeing the below errors during the certificate validation. Not sure what is wrong with the certificate. error:num=20:unable to get local issuer certificate verify error:num=27:certificate not trusted verify error:num=21:unable to verify the first certificate Here is the output

RE: SSL3_GET_SERVER_CERTIFICATE:certificate verify failed:.\ssl\s3_clnt.c:984

2012-01-17 Thread Dave Thompson
> From: owner-openssl-us...@openssl.org On Behalf Of hamid.sha...@sungard.com > Sent: Tuesday, 17 January, 2012 09:01 > I am trying to create SSL connection with a remote server > using OpenSSL in visual C++ (Visual Studio-2008, Win-7). I am > getting the following errors. Plea

SSL3_GET_SERVER_CERTIFICATE:certificate verify failed:.\ssl\s3_clnt.c:984

2012-01-17 Thread Hamid.Shahid
Hi, I am trying to create SSL connection with a remote server using OpenSSL in visual C++ (Visual Studio-2008, Win-7). I am getting the following errors. Please let me know, what does this error indicates, and how can it be rectified. Please reply me on my email address as well, because I asked

RE: About compression in SSL.

2012-01-17 Thread banr...@gmail.com
Hi, disclaimer: i am fairly new to this community and if this is already discussed, please bash me for not searching the archive. I am curious to know if there is performance benchmark done with and without zlib compression. I am trying to understand the usecases where this makes sense and whe

Re: About compression in SSL.

2012-01-17 Thread Dr. Stephen Henson
On Tue, Jan 17, 2012, nilesh wrote: > On Tuesday 17 January 2012 04:46 PM, t...@terralogic.net wrote: > >I would want to double check this. The APACHE docs found here state the > >following: > > > >http://httpd.apache.org/docs/2.0/ssl/ssl_faq.html > > > >"How do I get SSL compression working? >

Re: About compression in SSL.

2012-01-17 Thread nilesh
On Tuesday 17 January 2012 04:46 PM, t...@terralogic.net wrote: I would want to double check this. The APACHE docs found here state the following: http://httpd.apache.org/docs/2.0/ssl/ssl_faq.html "How do I get SSL compression working? Although SSL compression negotiation was defined in the

Re: About compression in SSL.

2012-01-17 Thread terr
I would want to double check this. The APACHE docs found here state the following: http://httpd.apache.org/docs/2.0/ssl/ssl_faq.html "How do I get SSL compression working? Although SSL compression negotiation was defined in the specification of SSLv2 and TLS, it took until May 2004 for RFC 37

Re: About compression in SSL.

2012-01-17 Thread nilesh
On Tuesday 17 January 2012 04:13 PM, Jakob Bohm wrote: On 1/17/2012 11:27 AM, nilesh wrote: Hi, As per the RFC2246, the data might be compressed and then encrypted. And the decryption function does the reverse operations. But when I setup server to capture SSL3.0 and TLS1.0 traces, I have neve

Re: About compression in SSL.

2012-01-17 Thread Jakob Bohm
On 1/17/2012 11:27 AM, nilesh wrote: Hi, As per the RFC2246, the data might be compressed and then encrypted. And the decryption function does the reverse operations. But when I setup server to capture SSL3.0 and TLS1.0 traces, I have never observed any compression algorithm being used. The r

About compression in SSL.

2012-01-17 Thread nilesh
Hi, As per the RFC2246, the data might be compressed and then encrypted. And the decryption function does the reverse operations. But when I setup server to capture SSL3.0 and TLS1.0 traces, I have never observed any compression algorithm being used. The record is just encrypted and sent. Cou