Re: [flexcoders] Re: HTTPService problems with SSL when using IE

2005-09-13 Thread Pushkar Phatak



hey,
we are also running into similar issues.. works on every browser (FF / Opera / netscape) except IE. 
did you find a solution yet viraf?! 

thanks
pushkar

On 6/22/05, viraf_bankwalla [EMAIL PROTECTED] wrote:
The swf is being served over https.Also, if I type in the URL withthe params the data is returned correctly.I am not sure what the
problem is but suspect that it is related to HTTPS/FLEX/IE.- viraf--- In flexcoders@yahoogroups.com, Matt Chotin [EMAIL PROTECTED]
wrote: Is your SWF being served over HTTPS as well?If your SWF isserved over HTTP but the web service is at HTTPS you will need acrossdomain.xml file on your HTTPS server to get the player to connect.Of course
if Firefox is working correctly in the same config it doesn't seemlike that would be the problem. We have seen IE bugs with HTTPS that's usually related to bugs in
the app server.Check your app server support pages and see ifanything jumps out. Matt  From: 
flexcoders@yahoogroups.com[mailto:flexcoders@yahoogroups.com] On Behalf Of cennis22 Sent: Tuesday, June 21, 2005 5:34 AM
 To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: HTTPService problems with SSL when usingIE I am having the exact same problem...different circumstances
though. I am trying to connect to my HTTPS .NET web services on IIS5 W2Kwhich work fine in Firefox but not in IE!! Heres the killer that mightlead to something , it only works on my IE on my computer but not any
 single other person that trys to connect to the shared server. I can communicate fine when I change the url from https to http. Iam also choosing not to use the Flex Proxy for performance reasons.
 Do I need to create a policy file to access HTTPS services? - cennis  http://www.mail- 
archive.com/flexcoders@yahoogroups.com/msg08704.html --- In flexcoders@yahoogroups.com, viraf_bankwalla [EMAIL PROTECTED] wrote:
  Thanks - I had not seen this - however do not believe that thisis  the same problem.   I am using BEA Weblogic (will be using OAS in production).Also,  the flex application appears to load fine.It issues two POST
  requests during startup.I am getting the data for one of the  requests.It is the second request for which IE does not appearto  be receiving the data.   - viraf
   --- In flexcoders@yahoogroups.com, Matt Chotin [EMAIL PROTECTED]  wrote:   Did you see this thread?
   http://www.mail-  archive.com/flexcoders@yahoogroups.com/msg08704.html  
   Matt  From: 
flexcoders@yahoogroups.com  [mailto:flexcoders@yahoogroups.com] On   Behalf Of viraf_bankwalla   Sent: Monday, June 20, 2005 7:58 AM
   To: flexcoders@yahoogroups.com   Subject: [flexcoders] HTTPService problems with SSL when usingIE
 Hi, I have a flex application that works fine when I use http.I have  now   switched to serving the application from https.The
application   appears to be failing with IE.It works fine with Firefox. Anyone had problems with IE and Flex in SSL mode using  HTTPService.I   am NOT using the proxy.Things appear to function if I enable
 the   proxy - not sure why I need it.Maybe someone could explain.My   preference would be NOT to use the proxy.   Thanks.
 - viraf  Yahoo! Groups Links
 *To visit your group on the web, go to:   http://groups.yahoo.com/group/flexcoders/  
   *To unsubscribe from this group, send an email to:   [EMAIL PROTECTED]   mailto:
[EMAIL PROTECTED]?  subject=Unsubscribe *Your use of Yahoo! Groups is subject to the Yahoo!
Terms of   Service http://docs.yahoo.com/info/terms/ . 
 Yahoo! Groups Links * To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ * To unsubscribe from this group, send an email to:
 [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]
?subject=Unsubscribe * Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service http://docs.yahoo.com/info/terms/ .
Yahoo! Groups Links* To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/* To unsubscribe from this group, send an email to:
 [EMAIL PROTECTED]* Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
-- www.pushkar.netMy World, Your View! 






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



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









[flexcoders] Re: HTTPService problems with SSL when using IE

2005-06-22 Thread viraf_bankwalla
The swf is being served over https.  Also, if I type in the URL with 
the params the data is returned correctly.  I am not sure what the 
problem is but suspect that it is related to HTTPS/FLEX/IE.

- viraf


--- In flexcoders@yahoogroups.com, Matt Chotin [EMAIL PROTECTED] 
wrote:
 Is your SWF being served over HTTPS as well?  If your SWF is 
served over
 HTTP but the web service is at HTTPS you will need a 
crossdomain.xml
 file on your HTTPS server to get the player to connect.  Of course 
if
 Firefox is working correctly in the same config it doesn't seem 
like
 that would be the problem.
 
  
 
 We have seen IE bugs with HTTPS that's usually related to bugs in 
the
 app server.  Check your app server support pages and see if 
anything
 jumps out.
 
  
 
 Matt
 
  
 
 
 
 From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On
 Behalf Of cennis22
 Sent: Tuesday, June 21, 2005 5:34 AM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Re: HTTPService problems with SSL when using 
IE
 
  
 
 I am having the exact same problem...  different circumstances 
though.
 
 I am trying to connect to my HTTPS .NET web services on IIS5 W2K 
which
 work fine in Firefox but not in IE!! Heres the killer that might 
lead
 to something , it only works on my IE on my computer but not any
 single other person that trys to connect to the shared server. 
 
 I can communicate fine when I change the url from https to http. I 
am
 also choosing not to use the Flex Proxy for performance reasons.
 
 Do I need to create a policy file to access HTTPS services?
 
 - cennis
 
  http://www.mail-
 archive.com/flexcoders@yahoogroups.com/msg08704.html
 
 --- In flexcoders@yahoogroups.com, viraf_bankwalla
 [EMAIL PROTECTED] wrote:
  Thanks - I had not seen this - however do not believe that this 
is 
  the same problem.  
  
  I am using BEA Weblogic (will be using OAS in production).  
Also, 
  the flex application appears to load fine.  It issues two POST 
  requests during startup.  I am getting the data for one of the 
  requests.  It is the second request for which IE does not appear 
to 
  be receiving the data.
  
  - viraf
  
  --- In flexcoders@yahoogroups.com, Matt Chotin [EMAIL PROTECTED] 
  wrote:
   Did you see this thread?
   http://www.mail-
  archive.com/flexcoders@yahoogroups.com/msg08704.html
   

   
   Matt
   

   
   
   
   From: flexcoders@yahoogroups.com 
  [mailto:[EMAIL PROTECTED] On
   Behalf Of viraf_bankwalla
   Sent: Monday, June 20, 2005 7:58 AM
   To: flexcoders@yahoogroups.com
   Subject: [flexcoders] HTTPService problems with SSL when using 
IE
   

   
   Hi,
   
   I have a flex application that works fine when I use http.  I
 have 
  now 
   switched to serving the application from https.  The 
application 
   appears to be failing with IE.  It works fine with Firefox.
   
   Anyone had problems with IE and Flex in SSL mode using 
  HTTPService.  I 
   am NOT using the proxy.  Things appear to function if I enable
 the 
   proxy - not sure why I need it.  Maybe someone could explain.  
My 
   preference would be NOT to use the proxy.
   
   
   Thanks.
   
   - viraf
   
   
   
   
   
   
   
   Yahoo! Groups Links
   
   *  To visit your group on the web, go to:
 http://groups.yahoo.com/group/flexcoders/
   
   *  To unsubscribe from this group, send an email to:
 [EMAIL PROTECTED]
   mailto:[EMAIL PROTECTED]
  subject=Unsubscribe 
   
   *  Your use of Yahoo! Groups is subject to the Yahoo! 
Terms of
   Service http://docs.yahoo.com/info/terms/ .
 
 
 
 
 
 
 
 
 Yahoo! Groups Links
 
 * To visit your group on the web, go to:
   http://groups.yahoo.com/group/flexcoders/
 
 * To unsubscribe from this group, send an email to:
   [EMAIL PROTECTED]
 mailto:[EMAIL PROTECTED]
subject=Unsubscribe 
 
 * Your use of Yahoo! Groups is subject to the Yahoo! Terms of
 Service http://docs.yahoo.com/info/terms/ .




 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




[flexcoders] Re: HTTPService problems with SSL when using IE

2005-06-21 Thread viraf_bankwalla
Thanks - I had not seen this - however do not believe that this is 
the same problem.  

I am using BEA Weblogic (will be using OAS in production).  Also, 
the flex application appears to load fine.  It issues two POST 
requests during startup.  I am getting the data for one of the 
requests.  It is the second request for which IE does not appear to 
be receiving the data.

- viraf

--- In flexcoders@yahoogroups.com, Matt Chotin [EMAIL PROTECTED] 
wrote:
 Did you see this thread?
 http://www.mail-
archive.com/flexcoders@yahoogroups.com/msg08704.html
 
  
 
 Matt
 
  
 
 
 
 From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On
 Behalf Of viraf_bankwalla
 Sent: Monday, June 20, 2005 7:58 AM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] HTTPService problems with SSL when using IE
 
  
 
 Hi,
 
 I have a flex application that works fine when I use http.  I have 
now 
 switched to serving the application from https.  The application 
 appears to be failing with IE.  It works fine with Firefox.
 
 Anyone had problems with IE and Flex in SSL mode using 
HTTPService.  I 
 am NOT using the proxy.  Things appear to function if I enable the 
 proxy - not sure why I need it.  Maybe someone could explain.  My 
 preference would be NOT to use the proxy.
 
 
 Thanks.
 
 - viraf
 
 
 
 
 
 
 
 Yahoo! Groups Links
 
 * To visit your group on the web, go to:
   http://groups.yahoo.com/group/flexcoders/
 
 * To unsubscribe from this group, send an email to:
   [EMAIL PROTECTED]
 mailto:[EMAIL PROTECTED]
subject=Unsubscribe 
 
 * Your use of Yahoo! Groups is subject to the Yahoo! Terms of
 Service http://docs.yahoo.com/info/terms/ .





 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




[flexcoders] Re: HTTPService problems with SSL when using IE

2005-06-21 Thread cennis22
I am having the exact same problem...  different circumstances though.

I am trying to connect to my HTTPS .NET web services on IIS5 W2K which
work fine in Firefox but not in IE!! Heres the killer that might lead
to something , it only works on my IE on my computer but not any
single other person that trys to connect to the shared server. 

I can communicate fine when I change the url from https to http. I am
also choosing not to use the Flex Proxy for performance reasons.

Do I need to create a policy file to access HTTPS services?

- cennis

 http://www.mail-
archive.com/flexcoders@yahoogroups.com/msg08704.html

--- In flexcoders@yahoogroups.com, viraf_bankwalla
[EMAIL PROTECTED] wrote:
 Thanks - I had not seen this - however do not believe that this is 
 the same problem.  
 
 I am using BEA Weblogic (will be using OAS in production).  Also, 
 the flex application appears to load fine.  It issues two POST 
 requests during startup.  I am getting the data for one of the 
 requests.  It is the second request for which IE does not appear to 
 be receiving the data.
 
 - viraf
 
 --- In flexcoders@yahoogroups.com, Matt Chotin [EMAIL PROTECTED] 
 wrote:
  Did you see this thread?
  http://www.mail-
 archive.com/flexcoders@yahoogroups.com/msg08704.html
  
   
  
  Matt
  
   
  
  
  
  From: flexcoders@yahoogroups.com 
 [mailto:[EMAIL PROTECTED] On
  Behalf Of viraf_bankwalla
  Sent: Monday, June 20, 2005 7:58 AM
  To: flexcoders@yahoogroups.com
  Subject: [flexcoders] HTTPService problems with SSL when using IE
  
   
  
  Hi,
  
  I have a flex application that works fine when I use http.  I
have 
 now 
  switched to serving the application from https.  The application 
  appears to be failing with IE.  It works fine with Firefox.
  
  Anyone had problems with IE and Flex in SSL mode using 
 HTTPService.  I 
  am NOT using the proxy.  Things appear to function if I enable
the 
  proxy - not sure why I need it.  Maybe someone could explain.  My 
  preference would be NOT to use the proxy.
  
  
  Thanks.
  
  - viraf
  
  
  
  
  
  
  
  Yahoo! Groups Links
  
  *   To visit your group on the web, go to:
  http://groups.yahoo.com/group/flexcoders/

  *   To unsubscribe from this group, send an email to:
  [EMAIL PROTECTED]
  mailto:[EMAIL PROTECTED]
 subject=Unsubscribe 

  *   Your use of Yahoo! Groups is subject to the Yahoo! Terms of
  Service http://docs.yahoo.com/info/terms/ .





 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




RE: [flexcoders] Re: HTTPService problems with SSL when using IE

2005-06-21 Thread Matt Chotin










Is your SWF being served over HTTPS as
well? If your SWF is served over HTTP but the web service is at HTTPS you
will need a crossdomain.xml file on your HTTPS server to get the player to
connect. Of course if Firefox is working correctly in the same config it
doesnt seem like that would be the problem.



We have seen IE bugs with HTTPS thats
usually related to bugs in the app server. Check your app server support
pages and see if anything jumps out.



Matt











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of cennis22
Sent: Tuesday, June 21, 2005 5:34
AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re:
HTTPService problems with SSL when using IE





I am having the exact same problem... different circumstances
though.

I am trying to connect to my HTTPS .NET web
services on IIS5 W2K which
work fine in Firefox but not in IE!! Heres the
killer that might lead
to something , it only works on my IE on my
computer but not any
single other person that trys to connect to the
shared server. 

I can communicate fine when I change the url from
https to http. I am
also choosing not to use the Flex Proxy for
performance reasons.

Do I need to create a policy file to access HTTPS
services?

- cennis

 http://www.mail-
archive.com/flexcoders@yahoogroups.com/msg08704.html

--- In flexcoders@yahoogroups.com,
viraf_bankwalla
[EMAIL PROTECTED] wrote:
 Thanks - I had not seen this - however do not
believe that this is 
 the same problem. 
 
 I am using BEA Weblogic (will be using OAS in
production). Also, 
 the flex application appears to load
fine. It issues two POST 
 requests during startup. I am getting
the data for one of the 
 requests. It is the second request for
which IE does not appear to 
 be receiving the data.
 
 - viraf
 
 --- In flexcoders@yahoogroups.com,
Matt Chotin [EMAIL PROTECTED] 
 wrote:
  Did you see this thread?
  http://www.mail-
 archive.com/flexcoders@yahoogroups.com/msg08704.html
  
  
  
  Matt
  
  
  
  
  
  From: flexcoders@yahoogroups.com

 [mailto:flexcoders@yahoogroups.com]
On
  Behalf Of viraf_bankwalla
  Sent: Monday, June 20, 2005 7:58 AM
  To: flexcoders@yahoogroups.com
  Subject: [flexcoders] HTTPService
problems with SSL when using IE
  
  
  
  Hi,
  
  I have a flex application that works
fine when I use http. I
have 
 now 
  switched to serving the application from
https. The application 
  appears to be failing with IE. It
works fine with Firefox.
  
  Anyone had problems with IE and Flex in
SSL mode using 
 HTTPService. I 
  am NOT using the proxy. Things
appear to function if I enable
the 
  proxy - not sure why I need it.
Maybe someone could explain. My 
  preference would be NOT to use the
proxy.
  
  
  Thanks.
  
  - viraf
  
  
  
  
  
  
  
  Yahoo! Groups Links
  
  * To visit
your group on the web, go to:
   http://groups.yahoo.com/group/flexcoders/

  * To
unsubscribe from this group, send an email to:
  
[EMAIL PROTECTED]
  mailto:[EMAIL PROTECTED]
 subject=Unsubscribe 

  * Your use
of Yahoo! Groups is subject to the Yahoo! Terms of
  Service http://docs.yahoo.com/info/terms/
.















Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/
To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.