Problem using https in Axis2c 1.6.0

2009-05-14 Thread chankm
Hi, I have installed openssl-0.9.8k and axis2/C 1.6.0 with enable-openssl=yes on my Linux machine. I have uncommented the section on https in axis2.xml as shown below. I modified the "http" to "https" in hello.c which i obtained from http://ws.apache.org/axis2/c/docs/hello/client/hello.c.h

RE: When Basic authentication is on, client calls server twice

2009-05-14 Thread David Taylor (Lowell)
We also got bit by this bug and have used the recommended fix of adding a missing "else" keyword. This has worked for us for several months without issue. To make it easier for others, I just attached a patch file to JIRA AXIS2C-1244. I hope this can make it into the next release of AXIS2/C.