Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
Secure AMF Support in 1.0?
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  5 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Nick Guertin  
View profile  
 More options Aug 7 2009, 12:33 pm
From: Nick Guertin <nick.guer...@piematrix.com>
Date: Fri, 7 Aug 2009 09:33:02 -0700 (PDT)
Local: Fri, Aug 7 2009 12:33 pm
Subject: Secure AMF Support in 1.0?
Our product uses Flex for display communicating to a Java backend
through BlazeDS.  All communication uses either SecureAMFChannel or
SecureHTTPChannel.

We have been experimenting with an earlier version which was capable
of recording and playback, albeit with performance problems.  We
decided to try using the newest version to see if the performance had
improved and ran into a problem running our app with the MonkeyAgent.
The FlexMonkey client is able to connect to the agent but the agent
fails to load our swf because the initial call to the backend faults
on "The channel class 'mx.messaging.channels.SecureAMFChannel'
specified was not found."

Changing the channels to their non-secure version causes everything to
work normally with calls to the backend succeeding.

Are there plans to support the secure channels?  Is there something
that we are doing wrong that's causing this?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
eric.owens@gorillalogic.c om  
View profile  
 More options Aug 7 2009, 12:42 pm
From: "eric.ow...@gorillalogic.com" <eric.ow...@gorillalogic.com>
Date: Fri, 7 Aug 2009 09:42:43 -0700 (PDT)
Local: Fri, Aug 7 2009 12:42 pm
Subject: Re: Secure AMF Support in 1.0?
Hi Nick:

I'm not set up at the moment to test your configuration.  However, I
might have a solution that you could try.

You'll need to build the MonkeyAgent from source, and modify its
additional compiler arguments line.  You can download the
Easy2BuildMonkeyAgent Flex Builder project from the google code svn
site for this purpose.

Then, on the additional compiler arguments line in the project
properties, you'll see a lot of stuff, including...

-includes mx.messaging.channels.AMFChannel

I would try adding another -includes to the arguments list:

-includes mx.messaging.channels.SecureAMFChannel.

I'll try to test this myself soon.  If you do try it, please let me
know of anything you learn...

Cheers,
Eric

On Aug 7, 10:33 am, Nick Guertin <nick.guer...@piematrix.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Nick Guertin  
View profile  
 More options Aug 7 2009, 1:17 pm
From: Nick Guertin <nick.guer...@piematrix.com>
Date: Fri, 7 Aug 2009 10:17:36 -0700 (PDT)
Local: Fri, Aug 7 2009 1:17 pm
Subject: Re: Secure AMF Support in 1.0?
Thanks Eric.

We added both:
-includes mx.messaging.channels.SecureAMFChannel
-includes mx.messaging.channels.SecureHTTPChannel

And we're now able to launch our application, communication between
the UI and the backend appears to be working as normal.

Nick


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
eric.owens@gorillalogic.c om  
View profile  
 More options Aug 7 2009, 1:40 pm
From: "eric.ow...@gorillalogic.com" <eric.ow...@gorillalogic.com>
Date: Fri, 7 Aug 2009 10:40:02 -0700 (PDT)
Local: Fri, Aug 7 2009 1:40 pm
Subject: Re: Secure AMF Support in 1.0?
Great!  The next release of the MonkeyAgent will be built accordingly.

On Aug 7, 11:17 am, Nick Guertin <nick.guer...@piematrix.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Tim McKernan  
View profile  
 More options Sep 9 2009, 10:07 pm
From: Tim McKernan <t...@trinityalps.org>
Date: Wed, 9 Sep 2009 19:07:41 -0700 (PDT)
Local: Wed, Sep 9 2009 10:07 pm
Subject: Re: Secure AMF Support in 1.0?
Thanks for asking this and solving this problem.  My app uses
LiveCycle DS and requires Secure RTMP besides Secure AMF.  I added the
following to my MonkeyAgent's compile options:
-includes mx.messaging.channels.SecureRTMPChannel
-includes mx.messaging.channels.RTMPChannel

Can you add this to the next release as well?

On Aug 7, 1:40 pm, "eric.ow...@gorillalogic.com"


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »