Re: [Axis2] How to deploy Axis2 in https

2010-01-28 Thread Amila Suriarachchi
On Sat, Dec 16, 2006 at 5:27 PM, Subash Devkota wrote: > Ruchith, > > My https configuration does not require client to authenticate itself. > > I have already included security in Axis2 with rampart. It works fine when > axis server is hosted in http. > But, when i hosted the same axis in https d

Re: [Axis2] How to deploy Axis2 in https

2010-01-26 Thread stevens_wu
--- > To unsubscribe, e-mail: axis-user-unsubscr...@ws.apache.org > For additional commands, e-mail: axis-user-h...@ws.apache.org > > > -- View this message in context: http://old.nabble.com/-Axis2--How-to-deploy-Axis2-in-https-tp7897149p27334578.html Sent from the Axis - User mailing list archive at Nabble.com.

Re: [Axis2] How to deploy Axis2 in https

2006-12-17 Thread Subash Devkota
Hello Ruchith, Here is the part of the code i used for calling web service: System.out.println("Endpoint Reference is:"+ endPointRef); System.out.println("got ready to send the request"); OMElement result=null; try{

Re: [Axis2] How to deploy Axis2 in https

2006-12-16 Thread Ruchith Fernando
On 12/16/06, Subash Devkota <[EMAIL PROTECTED]> wrote: Ruchith, My https configuration does not require client to authenticate itself. I have already included security in Axis2 with rampart. It works fine when axis server is hosted in http. But, when i hosted the same axis in https domain, the

Re: [Axis2] How to deploy Axis2 in https

2006-12-16 Thread Subash Devkota
Ruchith, My https configuration does not require client to authenticate itself. I have already included security in Axis2 with rampart. It works fine when axis server is hosted in http. But, when i hosted the same axis in https domain, the client can not connect to axis server. It throws nul

Re: [Axis2] How to deploy Axis2 in https

2006-12-15 Thread Ruchith Fernando
How have you configured HTTPS at the service? (the servlet container axis2 is deployed). Does it require the client to authenticate itself with its certificate? if so you MUST add the client cert into the container's trust store and then configure the client's following JSSE properties properly.

[Axis2] How to deploy Axis2 in https

2006-12-15 Thread Subash Devkota
Hi all, I have problem deploying axis2 1.0 in https. I need to deploy my axis2 1.0 server over https application. I used following configuration in axis2.xml in client side. HTTP/1.1 chunked The web service works well when i use it in http. But when a