Hi,

we had a default configuration for our axis2 webservices and now we
want to put this on a HTTPS configuration.  The intention is also to
block the http request.

Because we've found some settings in the axis2.xml:
    <transportSender name="http"

class="org.apache.axis2.transport.http.CommonsHTTPTransportSender">
        <parameter name="PROTOCOL">HTTP/1.1</parameter>
    </transportSender>

    <transportSender name="https"

class="org.apache.axis2.transport.http.CommonsHTTPTransportSender">
        <parameter name="PROTOCOL">HTTP/1.1</parameter>
    </transportSender>

We've thought that we don't need to change anything on the axis2
configuration.
But, if our system administrator configure the webserver to only
accept the HTTPS, we receive a timeout for the request for the WSDL.
Only after 45 seconds, the requested wsdl is shown.  And even then, in
the wsdl, the default paths are still http://...


What do we need to configure so that HTTPS will works?

Kind regards

Jan Verstuyft

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

Reply via email to