What app server are you using? Do you have any additional security products or servlet filters installed (like siteminder)?

 

There is a known issue with MSIE and HTTPS requests that receive responses with no-cache HTTP headers. We try to detect this situation but you can at least forcibly stop a Flex 2 endpoint from sending no-cache headers on a response by setting the following in the secure-amf channel-definition <properties> section:

 

<add-no-cache-headers>false</add-no-cache-headers>

 

Let me know if that fixes the issue.

 

 


From: [email protected] [mailto:[email protected]] On Behalf Of Joshua Garnett
Sent: Friday, July 07, 2006 7:41 AM
To: [email protected]
Subject: [flexcoders] F2F FDS AMF Issue

 

I've setup FDS to build the clients on the server using the secure-amf channel as the default.  The channel uses the java adapter.  Now the client that I'm working on works fine in Firefox.  It is able to make calls through the AMF gateway without any issues.  When trying to run the same client in IE the calls fail to go through. 

Here is the fault message it's generating:

[RPC Fault faultString="Send failed" faultCode="Client.Error.MessageSend" faultDetail="Channel.Connect.Failed error NetConnection.Call.Failed : HTTP: Failed"] (mx.messaging.messages::ErrorMessage)#0
  body = (Object)#1
  clientId = (null)
  correlationId = "D4E913AE-3952-9C49-707A-48BC31094F36"
  destination = ""
  extendedData = (null)
  faultCode = "Client.Error.MessageSend"
  faultDetail = "Channel.Connect.Failed error NetConnection.Call.Failed: HTTP: Failed"
  faultString = "Send failed"
  headers = (Object)#2
  messageId = "8AAD9688-DD0C-B5D7-9BD2-48BC31BE80B4"
  rootCause = (Object)#3
    code = "NetConnection.Call.Failed"
    description = "HTTP: Failed"
    details = "https://(serverurl)/flex2/messagebroker/amfsecure"
    level = "error"
  timestamp = 0
  timeToLive = 0

I can load the url to the amf gateway in IE without any errors.  It's just the client itself that doesn't seem to want to make the connection.  Is there perhaps any IE specific configuration I need to do? 

The only thing out of the ordinary I noticed is that when loading the client in IE it initially pops up an error saying that the page contains secure and non-secure content.  Any help would be appreciated.

Thanks,
--Josh

__._,_.___

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