Not really a solution but...

We've seen something happen in SSL and Remoting with Internet Explorer and certificates that are NOT fully verified.

Take a look at this blog post on Gary Matthew Roger's site and see if that make sense:

http://www.gmrweb.net/2005/08/18/flash-remoting-https-internet-explorer/

Leif




On 1/10/06, Mykola Paliyenko <[EMAIL PROTECTED]> wrote:
Hi Peter,

No I meant exactly what I've said
when I open it using https://bla-bla/index.mxml remoting works fine in IE,
but when I do it using http://bla-bla/index.mxml it loads nothing no request come to the amf gateway
The problem is that I use remoting over https with gateway URL
Something like this:
secureGatewayURL = "https://localhost:8443/sonoportal/amfgateway ";   
this.secureGatewayConnection = new Connection();
this.secureGatewayConnection.connect(secureGatewayURL);
return new Service( null, null, "spring://authenticationManager", this.secureGatewayConnection, null)

And it silently does not connect via HTTPS protocol, I've used Paros Proxy to debug it, just http requests all https are ignored.
In Firefox everything works fine, it loads swf over http and then ask me to accept certificate and after acceptance all calls over https are successfull.
my crossdomain.xml islooks very simple:

<?xml version="1.0"?>
<!DOCTYPE cross-domain-policy SYSTEM "http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd ">
<cross-domain-policy>
   <allow-access-from domain="*" secure="false"/>
</cross-domain-policy>

I think something wrong with IE or player 8.0.
Does anyone have success with the scenario when swf is loaded via http and data interaction is done via https in IE?

WBR, Mykola

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com




SPONSORED LINKS
Web site design development Computer software development Software design and development
Macromedia flex Software development best practice


YAHOO! GROUPS LINKS






--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com




YAHOO! GROUPS LINKS




Reply via email to