Re: How to configure HTTPSSender?

2007-05-28 Thread Nencho Lupanov
Hi Saminda, i guess yuo mean first export,then import :) ok, it works that way.Strange though that it is not documented somewhere. now, the next step should be to enforce rampart to do the client config automatically - e.g. using keystores, setting https endpoint? Regards, Nencho 2007/5/24, S

Re: How to configure HTTPSSender?

2007-05-24 Thread Saminda Abeyruwan
Hi, You are trying the SSL connection. Thus, you need the server's https connectors public key first. There's nothing to do with client.jks and server.jks coming from Rampart here. So this is what you should have do. First get hold of the wso2wsas.jks key store. I've seen this prior mails. As y

Re: How to configure HTTPSSender?

2007-05-24 Thread Nencho Lupanov
Hi Saminda , I havent pointed those. I am pretty new at jsse, i don't now what are the values for those. I only have the keystores that comes with the rampart samples - client.jks, server.jks but how do i know wht trustStroe are they using and what is the password for it? thanks, Nencho 2007/5

Re: How to configure HTTPSSender?

2007-05-24 Thread Saminda Abeyruwan
Hi, Did you set, / System.setProperty("javax.net.ssl.trustStore","{store location}"); System.setProperty("javax.net.ssl.trustStorePassword","{store password}"); /// properties in you client. The {store location} is the client key store and it should import the publ

Re: How to configure HTTPSSender?

2007-05-24 Thread Nencho Lupanov
Hi Paul, The server is Tomcat5.5. and this is the ssl config: I am using the keystores that comes with the rampart samples. Thanks, Neencho 2007/5/24, Paul Fremantle <[EMAIL PROTECTED]>: What is the server? Paul On 5/24/07, Nencho Lupanov <[EMAIL PROTECTED]> wrote: > Hi Paul , > > My

Re: How to configure HTTPSSender?

2007-05-24 Thread Paul Fremantle
What is the server? Paul On 5/24/07, Nencho Lupanov <[EMAIL PROTECTED]> wrote: Hi Paul , My endoint reference that the client is using is: https://localhost:9443/axis2/services/sample01 Anyway, I cannot send anything to this endpoint, I am capturing packets with tcpmon and nothing cames up

Re: How to configure HTTPSSender?

2007-05-24 Thread Nencho Lupanov
Hi Paul , My endoint reference that the client is using is: https://localhost:9443/axis2/services/sample01 Anyway, I cannot send anything to this endpoint, I am capturing packets with tcpmon and nothing cames up from the client. the client is silent only that it throws exception: [java]

Re: How to configure HTTPSSender?

2007-05-24 Thread Nencho Lupanov
Hi Deepal, what are the config options that you referere in axi2.conf? I have the following: HTTP/1.1 chunked Is that enough? Thanks, Nencho 2007/5/24, Deepal Jayasinghe <[EMAIL PROTECTED]>: Hi Nencho , You can do that , first you need to edit axis2.xml as you required and then you ne

Re: How to configure HTTPSSender?

2007-05-24 Thread Paul Fremantle
Nencho If you target a service with an HTTPS url it will automatically do HTTPS. Paul On 5/24/07, Nencho Lupanov <[EMAIL PROTECTED]> wrote: Hi all, is there a way to configure a https sender for the service client? thanks, Nencho -- Paul Fremantle Co-Founder and VP of Technical Sales, WS

Re: How to configure HTTPSSender?

2007-05-24 Thread Deepal Jayasinghe
Hi Nencho , You can do that , first you need to edit axis2.xml as you required and then you need to create service client using that axis2.xml Thanks Deepal > Hi all, > > is there a way to configure a https sender for the service client? > > thanks, > Nencho

How to configure HTTPSSender?

2007-05-24 Thread Nencho Lupanov
Hi all, is there a way to configure a https sender for the service client? thanks, Nencho