Problems with certificates with RMTPS

2018-07-17 Thread Christian Wolf
Dear community, I have a strange behavior with my installation of OM. I want to proxy the web interface through apache (with SSL). This is working. I can remotely access OM. All right. Now I want RMTP to be encrypted as well. Here I created another certificate from Let's Encrypt (LE) just fo

Re: Problems with certificates with RMTPS

2018-07-17 Thread Maxim Solodovnik
I'm afraid in case of full secured proxied configuration you need to use RTPMTS (tunneled secured RTMP) example of RTMPT config can be found in mail archives, for ex here: https://markmail.org/message/l7oltgy74zxo2pjc On Tue, Jul 17, 2018 at 8:31 PM Christian Wolf wrote: > > Dear community, > > I

RE: Problems with certificates with RMTPS

2018-07-17 Thread Coscend@OM
Hello Christian, >> I want to proxy the web interface through apache (with SSL). This is >> working. I can remotely access OM. Would you be kind enough to share the Apache SSL configuration? We are facing issues in connecting through “proxy HTTPS + OM HTTP”. We are using a different proxy se

Re: Loading Problem

2018-07-17 Thread Alex Nyamweya
I'm installing OpenMeetings on CentOS 7 instead of Ubuntu and I ran into the following problem: when I try to run the command on step 4, (*wget --no-cookies --no-check-certificate --header "Cookie: gpw_e24=http%3A%2F%2Fwww.oracle.com %2F; oraclelicense=accept-securebackup-c

Re: Loading Problem

2018-07-17 Thread Maxim Solodovnik
You can manually download RPM of Oracle JDK and scp it to your Linux machine Or you can use OpenJDK :))) On Wed, Jul 18, 2018 at 11:04 AM Alex Nyamweya wrote: > > I'm installing OpenMeetings on CentOS 7 instead of Ubuntu and I ran into the > following problem: when I try to run the command o

RE: Loading Problem

2018-07-17 Thread Yakovlev N.
To download the latest Java SE Development Kit 8u181 you have to use the correct address link: wget --no-cookies --no-check-certificate --header "Cookie: gpw_e24=http%3A%2F%2Fwww.oracle.com%2F; oraclelicense=accept-securebackup-cookie" "http://download.oracle.com/otn-pub/java/jdk/8u181-b13/96a

RE: Loading Problem

2018-07-17 Thread Yakovlev N.
See the next page https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html to get more information -Original Message- From: Maxim Solodovnik [mailto:solomax...@gmail.com] Sent: Wednesday, July 18, 2018 7:08 AM To: Openmeetings user-list Subject: Re: Loadin

Re: Loading Problem

2018-07-17 Thread Alex Nyamweya
Ok that's taken care of. Thanks! Now I'm on step 10 where I have to install and setup mariadb. When I run the command: mysqladmin -u root password new-password (new-password being my actual password) I'm getting the following error: mysqladmin: connect to server at 'localhost' failed error: 'Acce

RE: Loading Problem

2018-07-17 Thread Yakovlev N.
After installing mariadb the root account has an empty password. If you have not set root password enter the next command to connect to mariadb: mysql Of course mariadb must be started before connecting to it systemctl start mariadb.service From: Alex Nyamweya [mailto:animesoni...@gmail.c

Re: Loading Problem

2018-07-17 Thread Alex Nyamweya
I'm still getting the same error. ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO) On Wed, Jul 18, 2018 at 1:24 AM, Yakovlev N. wrote: > After installing mariadb the root account has an empty password. > > If you have not set root password enter the next command