' failed: Error during WebSocket handshake: Unexpected response code: 404
dont know how to fix it ?
This is my apache proxy config
for http
<VirtualHost *:80> ServerName ant.techrova.in ProxyPreserveHost On ProxyPass / http://127.0.0.1:5080/ ProxyPassReverse / http://127.0.0.1:5080/ # Available loglevels: trace8, ..., trace1, debug, info, notice, warn, # error, crit, alert, emerg. # It is also possible to configure the loglevel for particular # modules, e.g. #LogLevel info ssl:warn ErrorLog ${APACHE_LOG_DIR}/error.log CustomLog ${APACHE_LOG_DIR}/access.log combinedRewriteEngine onRewriteCond %{SERVER_NAME} =ant.techrova.inRewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent]</VirtualHost>
for https
<IfModule mod_ssl.c><VirtualHost *:443> ServerName ant.techrova.in ProxyPreserveHost On ProxyPass / http://127.0.0.1:5080/ ProxyPassReverse / http://127.0.0.1:5080/ # Available loglevels: trace8, ..., trace1, debug, info, notice, warn, # error, crit, alert, emerg. # It is also possible to configure the loglevel for particular # modules, e.g. #LogLevel info ssl:warn ErrorLog ${APACHE_LOG_DIR}/error.log CustomLog ${APACHE_LOG_DIR}/access.log combinedSSLCertificateFile /etc/letsencrypt/live/ant.techrova.in/fullchain.pemSSLCertificateKeyFile /etc/letsencrypt/live/ant.techrova.in/privkey.pemInclude /etc/letsencrypt/options-ssl-apache.conf</VirtualHost></IfModule>
Question
Ragesh Antony
I trying AntMedia EE trial
I am using the WebRTC demo located in https://ant.techrova.in/LiveApp/conference.html
(The inbuilt demo)
The join room is disabled and I check the console
I m getting these error
dont know how to fix it ?
This is my apache proxy config
for http
for https
====================
Please help to resolve this issue
Link to comment
Share on other sites
Top Posters For This Question
3
1
1
Popular Days
Jun 1
3
May 30
1
Dec 9
1
Top Posters For This Question
Selim Emre 3 posts
Ragesh Antony 1 post
Devin Smaldore 1 post
Popular Days
Jun 1 2020
3 posts
May 30 2020
1 post
Dec 9 2021
1 post
4 answers to this question
Recommended Posts