Hello Turkel,
Here is a vector to investigate. Should the URLs below point to the same domain? Without this, how would the WebSocket request not find the resource to display? ServerName con.domain.com … ProxyPass / http://localhost:5080/ Thank you. Sincerely, Hemant K. Sabat Coscend Communications Solutions <http://www.coscend.com/> www.Coscend.com ------------------------------------------------------------------ Real-time, Interactive Video Collaboration, Tele-healthcare, Tele-education, Telepresence Services, on the fly… ------------------------------------------------------------------ CONFIDENTIALITY NOTICE: See 'Confidentiality Notice Regarding E-mail Messages from Coscend Communications Solutions' posted at: <http://www.Coscend.com/Anchor/Common/Terms_and_Conditions.html> http://www.Coscend.com/Anchor/Common/Terms_and_Conditions.html From: Turkel Alizadeh <tur...@gmx.com> Sent: Tuesday, May 8, 2018 3:03 PM To: user@openmeetings.apache.org Subject: Apache websocket 404 Hi, I am trying to install openmeetings 4.0.3 application into my debian server by attached tutorial which I got from official openmeetings website. I have followed every step and got to login page successfully, but I got problem after login as client cant reach server websocket protocol. I am getting following error on my browser console: WebSocket connection to 'ws://domain.com/openmeetings/wicket/websocket?pageId=2&wicket-ajax-baseurl=.&wicket-app-name=OpenmeetingsApplication' failed: Error during WebSocket handshake: Unexpected response code: 404 My apache2 domain configurration is below: <VirtualHost *:80> ServerAdmin m...@domain.com <mailto:m...@domain.com> ServerName con.domain.com ProxyPreserveHost On ProxyRequests Off ProxyPass /ws2/ ws://localhost:5080/ ProxyPassReverse /ws2/ ws://localhost:5080/ ProxyPass /wss2/ ws://YOUR_DOMAIN:WS_PORT/ ProxyPass / http://localhost:5080/ ProxyPassReverse / http://localhost:5080/ ErrorLog /var/log/apache2/red5-error_log CustomLog /var/log/apache2/red5-access_log common </VirtualHost> Please advise possible troublshooting and solution for this issue. Best Regards, Turkel. --- This email has been checked for viruses by AVG. http://www.avg.com