[ 
http://issues.apache.org/jira/browse/AXIS2C-362?page=comments#action_12451985 ] 
            
Dumindu Pallewela commented on AXIS2C-362:
------------------------------------------

this has been fixed and a document is attached in issue AXIS2C-194

> No sample on using ssl client/server
> ------------------------------------
>
>                 Key: AXIS2C-362
>                 URL: http://issues.apache.org/jira/browse/AXIS2C-362
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: core/transport
>    Affects Versions: Current (Nightly)
>            Reporter: Dumindu Pallewela
>
> There is no sample on the usage of ssl client/server. It is also not 
> documented in the user guide.
> Also, the build fails when compiling with the --enable-openssl=yes option, 
> the following hack resolves that.
> Index: modules/core/transport/http/sender/ssl/ssl_stream.c
> ===================================================================
> --- modules/core/transport/http/sender/ssl/ssl_stream.c (revision 465535)
> +++ modules/core/transport/http/sender/ssl/ssl_stream.c (working copy)
> @@ -104,8 +104,8 @@
>      stream_impl->stream.ops->read = axis2_ssl_stream_read;
>      stream_impl->stream.ops->write = axis2_ssl_stream_write;
>      stream_impl->stream.ops->skip = axis2_ssl_stream_skip;
> -    stream_impl->stream.ops->get_char = axis2_ssl_stream_get_char;
> -    stream_impl->stream.ops->get_type = axis2_ssl_stream_get_type;
> +    /*stream_impl->stream.ops->get_char = axis2_ssl_stream_get_char;
> +    stream_impl->stream.ops->get_type = axis2_ssl_stream_get_type;*/
>      return &(stream_impl->stream);
>  }

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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

Reply via email to