Re: Axis C++ 1.6 client app connecting using https through http proxy

2009-01-23 Thread Klitos Kyriacou
Hi Ryan, Yes, communication to and from the proxy server is unencrypted HTTP requests and responses. As for whether "the communication from the proxy server to your web service is encrypted", I am not sure as I am not an expert on HTTP. As I understand it (and my understanding here is very vague),

RE: Axis C++ 1.6 client app connecting using https through http proxy

2009-01-23 Thread McCullough, Ryan
Nadir, I think in HTTPTransport::setProxy( const char *pcProxyHost, unsigned int uiProxyPort) You need to force the unsecure channel to be used. Klitos, is it true that all communication to the Proxy server is unencrypted, but the communication from the proxy server to your web service is encr

Re: Axis C++ 1.6 client app connecting using https through http proxy

2009-01-23 Thread Nadir Amra
Klitos, I am willing to work on this if you help me understand what needs to be done. There is an issue about tunneling here: http://issues.apache.org/jira/browse/AXISCPP-899 Maybe if you send me the traces and/or point me to something that tells me how this is suppose to work I can take a

Axis C++ 1.6 client app connecting using https through http proxy

2009-01-23 Thread Klitos Kyriacou
Hi, this is my first post, I've searched the list but couldn't find the answer to my problem. I have installed Axis C++ 1.6, Xerces and OpenSSL on Windows XP, and set up the environment variable AXISCPP_DEPLOY and edited axiscpp.conf. I am trying to make an HTTPS connection to a web service throu

RE: Empty Responses in Firefox

2009-01-23 Thread Andriy Zavada
When sending through tcpmon everything works fine. In such case I can't detect error. I've checked axis2.log while sending without tcpmon and found that no information about problem request. In log attached there is 4 requests logged but I sent 5. Best regards, Andriy Zavada ___

Re: Empty Responses in Firefox

2009-01-23 Thread Uthaiyashankar
Can you clear the log files and run it again (disable favicon). When you get an error (first error), send the log files. This way we can locate exact cause of the error. Regards, Shankar On Fri, Jan 23, 2009 at 2:13 PM, Andriy Zavada wrote: > Hi, > > > > Unfortunately disabling favicon.ico in f

Re: Empty Responses in Firefox

2009-01-23 Thread Andriy Zavada
Hi, Unfortunately disabling favicon.ico in firefox didn't fix it! Are there any ideas? Best regards, Andriy Zavada From: uthaiyashan...@gmail.com [mailto:uthaiyashan...@gmail.com] On Behalf Of Uthaiyashankar Sent: Friday, January 23, 2009 5:51 AM To: Apache AXIS