Revision: 4714
Author: [email protected]
Date: Tue Dec 13 07:56:44 2011
Log: Edited wiki page RTMPSandHTTPS through web user interface.
http://code.google.com/p/openmeetings/source/detail?r=4714
Modified:
/wiki/RTMPSandHTTPS.wiki
=======================================
--- /wiki/RTMPSandHTTPS.wiki Mon Dec 5 07:23:16 2011
+++ /wiki/RTMPSandHTTPS.wiki Tue Dec 13 07:56:44 2011
@@ -81,7 +81,7 @@
== SSL for the web interface ==
If you want to use SSL for the web interface in addition to RTMPS, you
need to make some further modifications. This is mainly to secure the
server against MITM attacks, additionally some other features like file
uploads also use a plain HTTP connection if this is not done. The following
instructions assume that you have already set up RTMPS successfully.
- # Copy the attached jee-container-ssl.xml file to
red5/conf/jee-container.xml
+ # Copy this
[http://openmeetings.googlecode.com/svn/docs/jee-container-ssl.xml
jee-container-ssl.xml] file to red5/conf/jee-container.xml
# Edit red5/webapps/openmeetings/config.xml and set
{{{<protocol>https</protocol>}}}
# Edit red5/conf/red5.properties and set “https.port=443”
# Restart red5 and try to connect to https://your.server – you should be
redirected to the OpenMeetings app and all access should be via HTTPS or
RTMPS (close port 5080 to be sure).
--
You received this message because you are subscribed to the Google Groups
"OpenMeetings developers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/openmeetings-dev?hl=en.