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

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

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

2007-06-15 Thread Vishal V
to: [EMAIL PROTECTED] Website: http://www.tcs.com Lutz Jaenicke <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 06/15/2007 05:12 PM Please respond to openssl-users@openssl.org To openssl-users@openssl.org cc Subject Re: SSL: Not Able to Connect with Secure Site from C++ / Solaris

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 > - >

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

2007-06-15 Thread Vishal V
Sent by: [EMAIL PROTECTED] 06/15/2007 03:11 PM Please respond to openssl-users@openssl.org To openssl-users@openssl.org cc Subject Re: SSL: Not Able to Connect with Secure Site from C++ / Solaris Vishal V wrote: > > Dear Zack, > Thanks for your inputs but I think the problem l

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:* > Server>>telnet remote_server.com 8444 > Trying 140.11.111.11... > *Connected to remote_server.com.* > Escape character is '^]'. > Co

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

2007-06-15 Thread Vishal V
Please respond to openssl-users@openssl.org To openssl-users@openssl.org cc Subject Re: SSL: Not Able to Connect with Secure Site from C++ / Solaris Sounds to me like a network problem. Try to telnet to the server you are trying reach on whichever port to validate network connectiv

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

2007-06-15 Thread Prabhu S
rg To openssl-users@openssl.org cc Subject Re: SSL: Not Able to Connect with Secure Site from C++ / Solaris Sounds to me like a network problem. Try to telnet to the server you are trying reach on whichever port to validate network connectivity. netcat also works very well for general tc

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

2007-06-14 Thread Vishal V
Please respond to openssl-users@openssl.org To openssl-users@openssl.org cc Subject Re: SSL: Not Able to Connect with Secure Site from C++ / Solaris Sounds to me like a network problem. Try to telnet to the server you are trying reach on whichever port to validate network connectivity.

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

2007-06-14 Thread Zack Payton
Sounds to me like a network problem. Try to telnet to the server you are trying reach on whichever port to validate network connectivity. netcat also works very well for general tcp testing. socat/stunnel are also very useful for network testing with ssl connections. Good Luck! Z On 6/14/07, V