Thanks I'm using the proxy now but i still have a problem with the verification
of the SSL
certification. I know that for java app i should use:
System.setProperty("javax.net.ssl.trustStore","<Path To der file>");
But I don't know how to include this line in Flex or PHP. I've google around a
bit an come
with conclusion that there is not a way i can make it possible. Is it true?
--- In [email protected], "Sterling, Brian" <[EMAIL PROTECTED]> wrote:
>
> One solution is to proxy the call through your own server.
>
>
>
> -Brian
>
>
>
> ________________________________
>
> From: [email protected] [mailto:[EMAIL PROTECTED] On
> Behalf Of pioplacz
> Sent: Friday, May 25, 2007 10:37 PM
> To: [email protected]
> Subject: [flexcoders] Re: Include CA certificate in flex for a SSL
> connection?
>
>
>
> So I'm out of luck :( I cannot get "the company" to upload a
> crossdomain.xml on their
> server. Isn't there any way around?
>
> When I tryed to access the webservice with a missing value I got
> response that I miss a
> value but as soon I corrected the problem I get HTTP Error :(
>
> --- In [email protected] <mailto:flexcoders%40yahoogroups.com>
> , "Igor Costa" <igorcosta@> wrote:
> >
> > Yes, you need first instance crossdomain.
> >
> > Throw out your http protocol and set an https server for tunneling the
> > webservices.
> > for ceritifcation propouses just pass the https url and flex rpc
> collection
> > understand that is a certification .
> >
> > Nothing needs more.
> >
> > ;)
> > best
> >
> > On 5/25/07, pioplacz <icep87@> wrote:
> > >
> > > Hi!
> > >
> > > I'm trying to get my flex app to connect with a wsdl service but
> that
> > > service requires that I
> > > include a CA certificate for validation off connection. My problem
> is that
> > > I don't really know
> > > how. I've got an example line for a Java Application from the API
> > > reference:
> > >
> > > System.setProperty("javax.net.ssl.trustStore","<Path To
> istcacert>");
> > >
> > > Does anyone here know how I can make it all possible?
> > >
> > > One more question when trying to connect to a webservice do I really
> need
> > > the
> > > crossdomain.xml on the data hosting server? Cause that just isn't
> > > possible.
> > >
> > >
> > >
> >
> >
> >
> > --
> > ----------------------------
> > Igor Costa
> > www.igorcosta.org
> > www.igorcosta.com
> > skype: igorpcosta
> >
>