Hi,
Can anyone suggest what I may be doing wrong when trying to communicate via HTTPS/SSL? My program works correctly on HTTP, and another client can connect to the service through HTTPS. So far I've configured axis and rampart with -enable-openssl=yes, and re-built them (this was after compiling them without openssl support, do I somehow need to clean anything up to make it realise?) I've also modified the axis2.xml as per the instructions in the Axis2/C manual, so I've set the CACert, and the user public/private keyfile, and set the https handler. I have commented out the SSL_PASSPHRASE section however, since my key file is not encrypted with a password. However, I'm still getting the following error in the debug log when trying to send a message, and getting a null reply from send_receive. [Thu Sep 20 10:49:45 2007] [debug] engine.c(677) End:axis2_engine_invoke_phases [Thu Sep 20 10:49:45 2007] [debug] http_client.c(408) [axis2c] client data stream null or socket error [Thu Sep 20 10:49:45 2007] [error] http_sender.c(653) status_code < 0 [Thu Sep 20 10:49:45 2007] [debug] http_transport_sender.c(571) OP name axutil_qname_get_localpart = http://www.w3.org/2004/08/wsdl/out-in Any suggestions? Thanks, Jamie
