Hello,
I checked your configuration file. As I see you try create https proxy and send https traffic through it. But this is not good idea, because you will have double traffic encryption.

Try to change following lines:
ProxyPass /openmeetings/ https://openmeetings.bildung-rp.de:5443/openmeetings/ ProxyPassReverse /openmeetings/ https://openmeetings.bildung-rp.de:5443/openmeetings/
onto:
ProxyPass /openmeetings/ https://openmeetings.bildung-rp.de:5080/openmeetings/ ProxyPassReverse /openmeetings/ https://openmeetings.bildung-rp.de:5080/openmeetings/

With this configuration apache2 server will encrypt http traffic from red5 server.

С уважением,
Денис Кандров.

On 06/29/2015 03:12 PM, Maxim Solodovnik wrote:
@Denis can you take a look at this configuration?
It seems request is not reaching OM, Maybe you can suggest what can be done here (which logs can be checked or something)

On Mon, Jun 29, 2015 at 2:57 PM, Sandro Isoletta <[email protected] <mailto:[email protected]>> wrote:

    We are using apache2 as frontend to redirect https.
    Here is the /etc/apache2/conf.d/openmeetings



-- Sandro Isoletta
    Abteilung 4 Zentrale Dienste und IT-Dienste
    Referat 4.07 Schulische IT-Dienstleistungen
    PÄDAGOGISCHES LANDESINSTITUT RHEINLAND-PFALZ
    Hofstraße 257c
    56077 Koblenz
    0261 9702 317
    [email protected]  <mailto:[email protected]>
www.pl.rlp.de <http://www.pl.rlp.de>

    Am 29.06.2015 um 10:40 schrieb Maxim Solodovnik:
    According to the RFC, 302 is not error but Redirect
    Are you using custom ports, web servers as frontend (Apache,
    nginx etc.), what is your configuration?

    On Mon, Jun 29, 2015 at 2:35 PM, Sandro Isoletta
    <[email protected] <mailto:[email protected]>> wrote:

        Thanks for your time.

        I did everything as you told and the openmeetings.log is
        created and
        filled contuously with content. (tail -f
        /opt/om/log/openmeetings.log)

        BUT, when I try to upload anything I get the "HTTP-Error:
        302" and
        absolutly nothing is written into the log.

        --
        Sandro Isoletta
        Abteilung 4 Zentrale Dienste und IT-Dienste
        Referat 4.07 Schulische IT-Dienstleistungen
        PÄDAGOGISCHES LANDESINSTITUT RHEINLAND-PFALZ


        Hofstraße 257c
        56077 Koblenz
        0261 9702 317
        [email protected] <mailto:[email protected]>
        www.pl.rlp.de <http://www.pl.rlp.de>


        Am 29.06.2015 um 10:15 schrieb Maxim Solodovnik:
        > let's try to investigate your problem:
        > 1) stop OM
        > 2) delete everything in the "log" folder
        > 3) ensure user you are using to start OM has rights to
        write into
        > "log", "webapps/openmeetings/upload",
        > "webapps/openmeetings/uploadtemp" recurcively
        > 4) start OM
        > 5) ensure log/openmeetings.log is created (after some
        delay) and
        > contuously filled with contents
        > 6) try to upload anything into room




-- WBR
    Maxim aka solomax




--
WBR
Maxim aka solomax

Reply via email to