hmm I bet it requires an SSL key (secure certificate). No idea from here, sorry.
 
Stefan
 
 


From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of box110a
Sent: 12 April 2006 14:38
To: [email protected]
Subject: [flexcoders] Re: Flex2 beta 2: java adaptor, RTMP and security

Alright, I got a little further:
I found the SecureRTMPChannel .as class, but no secure endpoint java file (not sure I if I need one).  I tried to configure a channel as:

 <channel-definition id="my-rtmps" class="mx.messaging.channels.SecureRTMPChannel">
            <endpoint uri="rtmps://{server.name}:2038/{context.root}/rtmp" class="flex.messaging.endpoints.RTMPEndpoint"/>
            <properties>
                <idle-timeout-minutes>20</idle-timeout-minutes>
                <client-to-server-maxbps>100K</client-to-server-maxbps>
                <server-to-client-maxbps>100K</server-to-client-maxbps>
                <page-size>50</page-size>
                <packet-size>30KB</packet-size>
            </properties>
        </channel-definition>


but I get the error:
[1]flex.messaging.config.ConfigurationException: No <keystore-file> property was specified for the secure RTMP endpoint.

any ideas on what to do next?


-JB


--- In [email protected], "Stefan Richter" <[EMAIL PROTECTED]> wrote:
>
> I don't know if this exists or is planned but considering that rtmp stems
> from Flash Media Server and that this now supports SSL natively (rtmps) I'd
> presume that it should be an easy feature to add.
> Can we be certain that this is not supported already?
>
> Stefan
>
>
>
> _____
>
> From: [email protected] [mailto:[EMAIL PROTECTED] On
> Behalf Of box110a
> Sent: 11 April 2006 18:20
> To: [email protected]
> Subject: [flexcoders] Flex2 beta 2: java adaptor, RTMP and security
>
>
> The Flex 2 Java adaptor is awesome. But it works over RTMP, which is
> an insecure transport. This severely limits it's usefulness. Yes,
> it's true you could send your username and password separatly over the
> ssl line, but what if your working with sensitive data like banking or
> medical systems; Everything going over the wire has to be encrypted.
>
> Does anybody know if a secure RTMP version is going to be available or
> at least a java adaptor that uses a secure protocol?
>
> -JB
>
>
>
>
>
>
> --
> 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
> <http://groups.yahoo.com/group/flexcoders> " on the web.
>
>
> * To unsubscribe from this group, send an email to:
> [EMAIL PROTECTED]
> <mailto:[EMAIL PROTECTED]>
>
>
> * Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service
> <http://docs.yahoo.com/info/terms/> .
>
>
> _____
>


--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com




SPONSORED LINKS
Web site design development Computer software development Software design and development
Macromedia flex Software development best practice


YAHOO! GROUPS LINKS




Reply via email to