Re: [flexcoders] Are Firefox uploads to SSL even *possible* ?

2007-11-01 Thread Richard Rodseth
Fixing the certs did in fact do the trick. Uploads are working for us now. We're looking forward to having the cookies issue fixed, and perhaps the IOError could be a bit more informative, but we're back on track. Thanks to all who weighed in. On 10/31/07, Richard Rodseth <[EMAIL PROTECTED]> wrote

Re: [flexcoders] Are Firefox uploads to SSL even *possible* ?

2007-10-31 Thread Richard Rodseth
Thanks to Matt Chotin for digging into this further. See: http://www.kahunaburger.com/2007/10/31/flex-uploads-via-httphttps/ My team is hopeful now that once we have a cert which is not self-signed, our uploads will work. We will also have to configure our load balancer to use URL-based rules rat

Re: [flexcoders] Are Firefox uploads to SSL even *possible* ?

2007-10-24 Thread Richard Rodseth
In my case, there is no outgoing traffic in the SSL case (I just checked). As I mentioned elsewhere, over regular HTTP it works, but I needed to add the session id to the url as described here: http://thanksmister.com/?p=59 So I think we need to keep the two issues separate. I'm hoping Matt is e

RE: [flexcoders] Are Firefox uploads to SSL even *possible* ?

2007-10-24 Thread Seth Caldwell
: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Are Firefox uploads to SSL even *possible* ? I'd have to check again, but I believe it's nothing (and it's an IOError on the AS side). I'm not familiar with WIreShark, but we used Charles. On 10/24/07, Tom Chiverton

Re: [flexcoders] Are Firefox uploads to SSL even *possible* ?

2007-10-24 Thread Tom Chiverton
On Wednesday 24 Oct 2007, [EMAIL PROTECTED] wrote: > I'd have to check again, but I believe it's nothing (and it's an > IOError on the AS side). I'm not familiar with WIreShark, but we used > Charles. I've used that in the past. I mentioned WireShark because I know if you save a packet dump in tha

Re: [flexcoders] Are Firefox uploads to SSL even *possible* ?

2007-10-24 Thread Richard Rodseth
I'd have to check again, but I believe it's nothing (and it's an IOError on the AS side). I'm not familiar with WIreShark, but we used Charles. On 10/24/07, Tom Chiverton <[EMAIL PROTECTED]> wrote: > On Wednesday 24 Oct 2007, [EMAIL PROTECTED] wrote: > > yet to see someone say they have SSL upload

Re: [flexcoders] Are Firefox uploads to SSL even *possible* ?

2007-10-24 Thread Tom Chiverton
On Wednesday 24 Oct 2007, [EMAIL PROTECTED] wrote: > yet to see someone say they have SSL uploads working from Firefox, and > how to do it. It may be I just need a more sophisticated Do you have a WireShark packet dump of what the player does when you try an SSL upload ? Or does it do nothing ?

Re: [flexcoders] Are Firefox uploads to SSL even *possible* ?

2007-10-24 Thread Richard Rodseth
Tom, As I outline in the other thread, I am passing the session id on the URL. That was necessary to get Firefox to work on regular HTTP. I've yet to see someone say they have SSL uploads working from Firefox, and how to do it. It may be I just need a more sophisticated crossdomain.xml, but there

Re: [flexcoders] Are Firefox uploads to SSL even *possible* ?

2007-10-24 Thread Tom Chiverton
On Tuesday 23 Oct 2007, [EMAIL PROTECTED] wrote: > Has anyone done this successfully? I thought it worked fine, but dropped all the session cookies non-uploads have, in which case it's easy to work around. If there's a bug to get it fixed I'll vote for it though :-) -- Tom Chiverton. Are you a

RE: [flexcoders] Are Firefox uploads to SSL even *possible* ?

2007-10-23 Thread Seth Caldwell
2007 9:47 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Are Firefox uploads to SSL even *possible* ? I don't seem to be the only one struggling with this, and even if it's due to issues in the Firefox plug-in, it's a major black mark against the cross-platform stor

[flexcoders] Are Firefox uploads to SSL even *possible* ?

2007-10-23 Thread Richard Rodseth
I don't seem to be the only one struggling with this, and even if it's due to issues in the Firefox plug-in, it's a major black mark against the cross-platform story of Flex, so I hope there's a solution or a workaround that's not too painful. Has anyone done this successfully?