HTTPS server?

View: New views
2 Messages — Rating Filter:   Alert me  

HTTPS server?

by Bastien Jansen :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi all,

I'm trying to use both RTMPS and HTTPS protocols when I connect to my
Red5 standalone server. My webapp contains an ApplicationAdapter and
download/upload servlets. I followed this tutorial
(http://gregoire.org/2008/05/26/rtmps-in-red5/) to configure RTMPS
access, and it works fine. However, I cannot manage to access my
servlets via HTTPS, I can reach https://server:5083/ and show the
default red5 page, but if I add my context name to the URL the server
complains that it couldn't find it (whereas it is valid with HTTP and
port 5080).

What am I doing wrong?

Thanks for your help.

Bastien

_______________________________________________
Red5 mailing list
Red5@...
http://osflash.org/mailman/listinfo/red5_osflash.org

Re: HTTPS server?

by Mondain :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Enabling RTMPS does not enable HTTPS; to enable HTTPS you must modify the tomcat.server bean in red5.xml. I have not tested this but you can probably use most of the settings for SSL in the rtmps.server bean. Remember that you are configuring an embedded Tomcat instance when you modify both of these beans, and there is lots of info on the web about adding SSL to Tomcat.

Paul

On Wed, Oct 28, 2009 at 4:49 AM, Bastien Jansen <nebelmann@...> wrote:
Hi all,

I'm trying to use both RTMPS and HTTPS protocols when I connect to my
Red5 standalone server. My webapp contains an ApplicationAdapter and
download/upload servlets. I followed this tutorial
(http://gregoire.org/2008/05/26/rtmps-in-red5/) to configure RTMPS
access, and it works fine. However, I cannot manage to access my
servlets via HTTPS, I can reach https://server:5083/ and show the
default red5 page, but if I add my context name to the URL the server
complains that it couldn't find it (whereas it is valid with HTTP and
port 5080).

What am I doing wrong?

Thanks for your help.

Bastien

_______________________________________________
Red5 mailing list
Red5@...
http://osflash.org/mailman/listinfo/red5_osflash.org



--
http://gregoire.org/
http://code.google.com/p/red5/
http://code.google.com/p/blue5/

_______________________________________________
Red5 mailing list
Red5@...
http://osflash.org/mailman/listinfo/red5_osflash.org