Steps to upgrade OpenMeetings 4.0.1 on Windows to the latest snapshot

2018-02-07 Thread vnenov
Steps to upgrade OpenMeetings 4.0.1 on Windows to the latest snapshot version: Based on the following link, but with more details: https://openmeetings.apache.org/Upgrade.html 1) Stop Openmeetings service cmd cd C:\red5401 net stop Red5 2) Backup the folder with existing installation jar -cMf

Setup OpenmMeetings 4.0.1 for SSL on Windows 10 using LE certificate

2018-02-06 Thread vnenov
Setup OpenmMeetings 4.0.1 for SSL on Windows 10 using LE certificate Prerequisites: Download Let's Encrypt portable client for Windows: https://github.com/do-know/Crypt-LE/releases OpenMeetings is installed in c:\red5401 Review the official documentation: https://openmeetings.apache.org/RTMPSAn

Re: HTTP to HTTPS redirect

2018-02-03 Thread vnenov
Okay. I've got it working by modifying the web.xml files in both webapps/root and webapps/openmeetings folders and including the following lines after the servlet mappings, before the forbid constraints: CONFIDENTIAL Also, as the web server was redirecting http requests to the internal https

Re: HTTP to HTTPS redirect

2018-02-03 Thread vnenov
Hi Maxim, These are exactly the instructions I am trying to follow, but which web.xml file should I modify? The one under webapps/root or webapps/openmeetings, or both. Should I allow certain allow HTTP for certain elements or no to avoid breaking the application? Also, the Chrome browser was

HTTP to HTTPS redirect

2018-02-03 Thread vnenov
Hi Everyone! I have setup an Openmeetings 4.0.1 instance on Windows 10 server. I have followed the steps described here to setup SSL. https://openmeetings.apache.org/RTMPSAndHTTPS.html On the firewall I configured forwarding of all https (port 443) incoming requests to my OM server port 5443 (

Restore from a System backup does not restore the files from the home drive

2018-02-01 Thread vnenov
I have upgraded from 4.0.1 to the nightly build and once I imported the system import using the admin.sh -i option, the files in the home drive were missing. The My files (home drive) had a sub-folder "Job Search", but none of the .ppt files in it were restored. The folder itself was recreated.

Re: None none shows in the chat window if the users joined via an invite

2018-02-01 Thread vnenov
I can confirm the issue is fixed in the nightly build. Thanks On 2018-02-01 03:55, Maxim Solodovnik wrote: > I believe this is already fixed: > https://issues.apache.org/jira/browse/OPENMEETINGS-1781 > Could you please check using "next" demo server > https://om.alteametasoft.com:8443/next >

None none shows in the chat window if the users joined via an invite

2018-01-31 Thread vnenov
Hi Everyone, I think that I have found a bug in the chat in the last OM 4.0.1 version. I'm sorry if it was already reported. When I send invites and people join in a conference, if they use the chat I see "none none" as the user name. In order to find who actually sent the chat message, I hav

Re: No video and audio when SSL is activated and HTTPS/RTMPS is setup

2018-01-31 Thread vnenov
Hi Everyone, I think that I have found a bug in the chat in the last OM 4.0.1 version. I'm sorry if it was already reported. When I send invites and people join in a conference, if they use the chat I see "none none" as the user name. In order to find who actually sent the chat message, I hav

Re: No video and audio when SSL is activated and HTTPS/RTMPS is setup

2018-01-25 Thread vnenov
Hi Everyone, I think that I have fixed my SSL RTMPS issue. I have redirects in the firewall to allow SSL tunneling on port 443 from specific source IP addresses. This somehow affected the OM, even though I was not testing from these source IPs. Changed the tunneling port to 50443 and the issue

No video and audio when SSL is activated and HTTPS/RTMPS is setup

2018-01-25 Thread vnenov
Hi Everyone! I have setup an Openmeetings 4.0.1 instance on Windows 10 server. Everything was working fine until I setup SSL. I have followed the steps described here: https://openmeetings.apache.org/RTMPSAndHTTPS.html I have created a server certificate for Openmeetings with Let's Encrypt. The