bad decompression

2007-06-15 Thread Thang Tran
Hi, I get the following error message and I don't no the reason for that. 2007-06-12 12:21:56 INFO SAML.SAMLSOAPHTTPBinding [45] sessionGet: sending SOAP message to https://kn.identity-provider.de:8443/shibboleth-idp/AA2007-06-12 12:21:56 ERROR SAML.SAMLSOAPHTTPBinding [45] sessionGet: failed

Re: SSL: Not Able to Connect with Secure Site from C++ / Solaris

2007-06-15 Thread Prabhu S
Hi Vishal, If the error is in SSL_connect(), try analysing the return value of the method by using the SSL_get_error(). It provides insight to the failures in handshake. Regards, Prabhu. S On 6/15/07, Vishal V [EMAIL PROTECTED] wrote: Dear Zack, Thanks for your inputs but I think the

Re: SSL: Not Able to Connect with Secure Site from C++ / Solaris

2007-06-15 Thread Vishal V
Hi Prabhu, As suggested in your mail below, I am going to investigate the matter. but before that, here is the complete error dump Any insight

How to delegate a next proxy by current proxy

2007-06-15 Thread Ian jonhson
Hi, As we know, a user owned certificate can delegate his proxy to finish hit grid task. If the applications with user's proxy run in a node need to access remote data node, it have to create next level proxy by its current proxy. How to create next proxy? If you implement the codes only by

Re: How to delegate a next proxy by current proxy

2007-06-15 Thread Christopher Kunz
Ian jonhson schrieb: Hi, As we know, a user owned certificate can delegate his proxy to finish hit grid task. If the applications with user's proxy run in a node need to access remote data node, it have to create next level proxy by its current proxy. How to create next proxy? If you

difference between -newcert, -newreq, -newreq-nodes?

2007-06-15 Thread Marco Fioretti
Hello, I only want to: * be my own CA in order to * create a self signed certificate and key (in a separate file) to use for encrypted communication between my home email client and a Postfix/dovecot server I am building. * make sure that the private key is not encrypted, so the server

Re: SSL: Not Able to Connect with Secure Site from C++ / Solaris

2007-06-15 Thread Lutz Jaenicke
Vishal V wrote: Dear Zack, Thanks for your inputs but I think the problem lies somewhere else Please see the analysis result below *1. Telnet Result:* Servertelnet remote_server.com 8444 Trying 140.11.111.11... *Connected to remote_server.com.* Escape character is '^]'. Connection

Re: SSL: Not Able to Connect with Secure Site from C++ / Solaris

2007-06-15 Thread Vishal V
Dear Lutz, Thanks for the insight. Well it took about 1 minute after which the connection got closed. So that means the connection got timed out - And Please see below the

Re: SSL: Not Able to Connect with Secure Site from C++ / Solaris

2007-06-15 Thread Lutz Jaenicke
Vishal V wrote: Dear Lutz, Thanks for the insight. Well it took about 1 minute after which the connection got closed. So that means the connection got timed out - And

RE: Urgent Help in regarding openssl library

2007-06-15 Thread Marek Marcola
Hello, But what can be the reason for bad key. Can it be that client encrypted with a different session key and the server is decrypting with another session's key. This may happen for example when memory regions witch holds this keys are damaged ... Mostly we are seeing this fault when

Re: Generating RSA key fingerprint from certificate file

2007-06-15 Thread Marek Marcola
Hello, When I ssh into a box it presents me with a rsa finger print as below: The authenticity of host 'samplehost (xxx.xxx.xxx.xxx)' can't be established. RSA key fingerprint is 2f:e4:d2:75:5a:a1:55:b4:42:54 :69:91:72:dd:72:4a I'd like to confirm which certificate is being used on

Re: SSL: Not Able to Connect with Secure Site from C++ / Solaris

2007-06-15 Thread Vishal V
Dear Lutz, Thanks once again for your patience. It now seems to me that we are on the the same level of thinking as far as the problem is concerned. - Quoted text (from your mail):

Re: SSL: Not Able to Connect with Secure Site from C++ / Solaris

2007-06-15 Thread Lutz Jaenicke
Vishal V wrote: Dear Lutz, Thanks once again for your patience. It now seems to me that we are on the the same level of thinking as far as the problem is concerned. - Quoted text

Re: SSL: Not Able to Connect with Secure Site from C++ / Solaris

2007-06-15 Thread Prabhu S
Vishal, The client needs to have the appropriate CA certificate to verify the server certificate. Load the CA cert to the context object using SSL_CTX_load_verify_locations() . Regards, Prabhu. S On 6/15/07, Lutz Jaenicke [EMAIL PROTECTED] wrote: Vishal V wrote: Dear Lutz, Thanks once

SSL_read returns SSL alert number 49 error

2007-06-15 Thread Krishna M Singh
Hi all I am working with a SSL client that connects to the various secure webservers. Randomly it gives the SSL_ERROR_SSL when we try to get reason of SSL_read failure using SSL_get_error. Further calls to get more error from the stack using ERR_get_error_line_data indicates error:14094419:SSL