Re: Axis2 embeded https server

2016-07-02 Thread Andreas Veithen
SimpleHTTPServer doesn't support SSL. To get HTTPS support on the server side, you need to deploy AxisServlet into a servlet container. Andreas On Mon, Jun 27, 2016 at 10:09 AM, Sterpu Victor wrote: > Hello > > I'm trying to make a 2 way authentication https server with axis2 and I > don't know

Axis2 embeded https server

2016-06-27 Thread Sterpu Victor
Hello I'm trying to make a 2 way authentication https server with axis2 and I don't know how to activate https from code. Server starts from code on http and works fine. This is my code: public static void test() { try { ConfigurationContext configContext = Configurati