Hi, When using SSL to connect to a service is there a way in C code to configure the axis2c client to accept all certificates instead of requiring a certificate to be specified for SERVER_CERT?
Currently if a certificate is not specified then when attempting to establish an ssl connection to the service the client will fail with error "[ssl client] CA certificate not specified". From looking into the code it seems that a certificate must always be specified; is there a way to configure the client to not require a certificate to be specified? Regards, Daniel
