Web interface not accessible after updating

Max

Administrator
Staff member
Good day.
We've checked your server. Seems like you've unpacked a distribution archive over the installation forlder, then tried to install it.
We recommend to uninstall WCS fully, then make a clean installation to the server:
1. Make a copy of flashphoner.properties file
Code:
cd ~
cp /usr/local/FlashphonerWebCallServer/conf/flashphoner.properties .
2. Stop WCS
Code:
sudo systemctl stop webcallserver
kill `pgrep java`
2. Uninstall WCS
Code:
sudo /usr/local/FlashphonerWebCallServer/bin/uninstall.sh
4. Remove all WCS traces from /usr/local
Code:
sudo rm -rf /usr/local/FlashphonerWebCallServer /usr/local/FlashphonerWebCallServer-*
5. Download and install WCS latest build
Code:
cd /tmp
wget https://flashphoner.com/downloads/builds/WCS/5.2/FlashphonerWebCallServer-5.2.1261.tar.gz
tar -xzf FlashphonerWebCallServer-5.2.1261.tar.gz
cd FlashphonerWebCallServer-5.2.1261
sudo ./install.sh
6. Restore flashphoner.properties file
Code:
cd ~
cp flashphoner.properties /usr/local/FlashphonerWebCallServer/conf/
7. Start WCS
Code:
sudo systemctl start webcallserver
Then, admin inteface should open
 

Max

Administrator
Staff member
we have ca_bundle.crt , certificate.crt and private.key , which files needs to be uploaded
1. Open the page https://wcs:8444/admin/certificates.html
2. Click Browse button
1655710204697.png

3. Choose both certificate.crt and ca_bundle.crt files in file picker dialog.
4. Click Upload button. If the certificate files are correct, the second Browse button becomes available.
5. Click the second Browse button
1655711043245.png

6. Choose private.key file in file picker dialog.
7. Click Upload button. If the key file is correct, your domain will be displayed.
WCS does not need to be restarted to apply settings, but web admin interface page should be refreshed.
 

Max

Administrator
Staff member
Win 10, Chrome 102 shows the admin page to be secure
1655717198675.png

Please clear site data (Developer tools/Application)
1655717301714.png

then refresh the page. It should be displayed as secure.
 
Top