[flexcoders] Re: Unable to retrieve data via HTTPService over https in *IE*.

2005-12-13 Thread colinblackmore
Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of colinblackmore Sent: Friday, December 09, 2005 2:04 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Unable to retrieve data via HTTPService over https in *IE*. Indeed he is! :-) However

[flexcoders] Re: Unable to retrieve data via HTTPService over https in *IE*.

2005-12-08 Thread colinblackmore
--- In flexcoders@yahoogroups.com, John Larson [EMAIL PROTECTED] wrote: --- In flexcoders@yahoogroups.com, colinblackmore [EMAIL PROTECTED] wrote: I have a flex application that works perfectly when deployed under http. However, when I attempt to connect via https none

[flexcoders] Re: Unable to retrieve data via HTTPService over https in *IE*.

2005-12-08 Thread colinblackmore
Carson Hager Cynergy Systems, Inc. http://www.cynergysystems.com Email: [EMAIL PROTECTED] Office: 866-CYNERGY Mobile: 1.703.489.6466 -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of colinblackmore Sent: Thursday

[flexcoders] Re: Unable to retrieve data via HTTPService over https in *IE*.

2005-12-08 Thread colinblackmore
Of colinblackmore Sent: Thursday, December 08, 2005 7:54 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Unable to retrieve data via HTTPService over https in *IE*. Form based authentication. --- In flexcoders@yahoogroups.com, Carson Hager [EMAIL PROTECTED] wrote: You've run

[flexcoders] Unable to retrieve data via HTTPService over https in *IE*.

2005-12-06 Thread colinblackmore
I have a flex application that works perfectly when deployed under http. However, when I attempt to connect via https none of the HTTPService calls return successfully. The odd thing is that this only occurs when using https on Internet Explorer (6.0). Both Firefox (1.5) and Opera (8.51) work

[flexcoders] Re: Invalidating flashproxy JSESSIONID value.

2005-08-25 Thread colinblackmore
issue is detecting within the flex client when the users session times out on the server in order to place them back in the login screen. Any thoughts...? --- In flexcoders@yahoogroups.com, colinblackmore [EMAIL PROTECTED] wrote: Can anyone suggest how I might implement a 'logout' facility

[flexcoders] Invalidating flashproxy JSESSIONID value.

2005-08-15 Thread colinblackmore
Can anyone suggest how I might implement a 'logout' facility by completely invalidating a users session within Flex? From what I can deduce, Flex initially passes the JSESSIONID through the flashproxy as a cookie, using it to construct the appropriate headers for the subsequent http call. With a

[flexcoders] Accessing HTTPService protected by Form-based authentication

2005-08-02 Thread colinblackmore
I am trying to access a set of mxml and HTTPServices that are protected by form-based authentication. I have had 'limited' success by passing the jsessionid for the mxml page to the HTTPService (similar to the method outlined in

[flexcoders] Re: Problem calling HTTPService under Sun One WebServer

2005-07-25 Thread colinblackmore
Ultimately, I ended up forcing the server to HTTP 1.0 (by setting the HTTPVersion variable in the magnus.conf, for those dealing with Sun Web Server 6.1). Seems to have done the trick... --- In flexcoders@yahoogroups.com, colinblackmore [EMAIL PROTECTED] wrote: I am trying to deploy a flex

[flexcoders] Re: Problem calling HTTPService under Sun One WebServer

2005-07-21 Thread colinblackmore
like Ethereal). Matt From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of colinblackmore Sent: Wednesday, July 20, 2005 11:07 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Problem calling HTTPService under Sun One

[flexcoders] Problem calling HTTPService under Sun One WebServer

2005-07-20 Thread colinblackmore
I am trying to deploy a flex client on Sun's WebServer 6.1 (I know this is not a supported configuration, but this is the requirement). The pages compile and display correctly, but whenever an HTTPService is called, the client waits indefinitely with the wait cursor on the screen without calling

[flexcoders] Flex client not passing client certificate to server

2005-07-11 Thread colinblackmore
I am attempting to use client certificates as the authentication mechanism over an SSL connection. The server (Tomcat 5.5) is configured to require all connections be accompanied with a valid client certificate. As far as the browser and server are concerned, this works fine. The mxml file is