You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by "Dumindu Pallewela (JIRA)" <ji...@apache.org> on 2006/10/19 11:51:36 UTC

[jira] Created: (AXIS2C-362) No sample on using ssl client/server

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: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


[jira] Commented: (AXIS2C-362) No sample on using ssl client/server

Posted by "Dumindu Pallewela (JIRA)" <ji...@apache.org>.
    [ 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: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


[jira] Closed: (AXIS2C-362) No sample on using ssl client/server

Posted by "Samisa Abeysinghe (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS2C-362?page=all ]

Samisa Abeysinghe closed AXIS2C-362.
------------------------------------

    Fix Version/s: 0.96
       Resolution: Duplicate

This is fixed in 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
>             Fix For: 0.96
>
>
> 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: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org