Author: dumindu Date: Wed Mar 5 01:37:57 2008 New Revision: 633801 URL: http://svn.apache.org/viewvc?rev=633801&view=rev Log: updated the ssl client details.
Modified: webservices/axis2/trunk/c/xdocs/docs/axis2c_manual.html Modified: webservices/axis2/trunk/c/xdocs/docs/axis2c_manual.html URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/xdocs/docs/axis2c_manual.html?rev=633801&r1=633800&r2=633801&view=diff ============================================================================== --- webservices/axis2/trunk/c/xdocs/docs/axis2c_manual.html (original) +++ webservices/axis2/trunk/c/xdocs/docs/axis2c_manual.html Wed Mar 5 01:37:57 2008 @@ -977,13 +977,17 @@ and the private key file in that order, in to another file, say <code>client.pem</code>.</p><p>On Linux you can do this as follows: <code>%cat client.crt client.key > client.pem</code></p><p>On MS Windows, you can do this by copying the contents of client.crt and -client.key files and saving them in a file named client.pem using Notepad.</p></div><div class="subsection"><a name="13_1_2_Configuration"></a><h3>13.1.2 Configuration</h3><p>Uncomment the following in the <code>axis2.xml</code> file. This will -enable the SSL transport for Axis2/C, by recognizing "https" in an end point -reference (EPR).</p> +client.key files and saving them in a file named client.pem using Notepad.</p></div><div class="subsection"><a name="13_1_2_Configuration"></a><h3>13.1.2 Configuration</h3><p>Uncomment the following in <code>axis2.xml</code> to enable https transport receiver and https transport sender. +Axis2/C will then be able to recognize the "https" sheme in a given end point reference (EPR) and use SSL transport. +</p> + <div class="source"><pre><transportReceiver name="https" class="axis2_http_receiver"> + <parameter name="port" locked="false">6060</parameter> + <parameter name="exposeHeaders" locked="true">false</parameter> +</transportReceiver> +</pre></div> <div class="source"><pre><transportSender name="https" class="axis2_http_sender"> <parameter name="PROTOCOL" locked="false">HTTP/1.1</parameter> </transportSender> - </pre></div> <p>For the SSL client to work, the file containing the CA certificate should be given as <code>SERVER_CERT</code> parameter in the axis2.xml file. If you --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]