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
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