Issues in the Axis2/C Manual - Using SSL Client
-----------------------------------------------

                 Key: AXIS2C-578
                 URL: https://issues.apache.org/jira/browse/AXIS2C-578
             Project: Axis2-C
          Issue Type: Bug
          Components: documentation
         Environment: Windows XP
            Reporter: Evanthika Amarasiri
            Priority: Minor


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"

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to