Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
-
Windows XP
Description
1. Under "Building and configuring the client" it asks the user to run the nmake script after adding the line ENABLE_SSL=1 in the configure.in. Should the user know which nmake command to run since the Installation guide specifies the command "nmake install" and the Axis2C Manual specifies the command "nmake axis2_apache_module"? If not, please specify the correct command here.
2. When I try to run the nmake install script after enabling SSL i get the following error
***********************************************************************************************************************************
LINK : fatal error LNK1181: cannot open input file 'libeay32MT.lib'
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 8\VC\BIN\link.exe"' : return code '0x49d'
Stop.
***********************************************************************************************************************************
Seems that Open SSL needs to be installed before enabling SSL but this is not mentioned anywhere in the Axis2C Manual
3. Command for creating the client certificate chain file on linux is given but not for windows. Please include this.
4. Minor Issue - Usually the following , exists in the axis2.xml which comes with the source/binary distribution.
<transportSender name="https" class="axis2_http_sender">
<parameter name="PROTOCOL" locked="false">HTTP/1.1</parameter>
</transportSender>
Therefore rather than saying "Add the following in the axis2.xml file." it's better if you say "Uncomment the following which is in the axis2.xml"