Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
Currently in the HTTP transport code, one needs to build the source if one wants SSL to be enabled, and provide the SSL library since this appears to be statically bound to the code.
SSL support in the Axis2/C should not be ifdef'ed. It should always be enabled. If the SSL library (e.g. OpenSSL) is not there, then we should log an error but I do not think we should have to recompile code to add SSL support.