A Arif Butt Member Dec 14, 2020 #1 Hi there, We tried to update the (Letsencrypt) SSL certificate on the server, after doing that we are unable to access the WCS main webpage on 8444 port neither from LAN nor from domain name ... kindly assist Thanks for assistance AB
Hi there, We tried to update the (Letsencrypt) SSL certificate on the server, after doing that we are unable to access the WCS main webpage on 8444 port neither from LAN nor from domain name ... kindly assist Thanks for assistance AB
Max Administrator Staff member Dec 15, 2020 #2 Good day. Please reset SSL certificates to default: 1. Login to HTTP (not HTTPS) WCS web interface as admin http://wcs:8081/admin 2. Go to Certificates page http://wcs:8081/admin/certificates.html and click "Reset to defaults" Or, if you cannot access web inteface at all, please login to server via SSH and restore default certificates from backup Code: cd /usr/local/FlashphonerWebCallServer/conf yes | cp wss.jks.backup wss.jks Then restart WCS Code: systemctl restart webcallserver After resetting certificates to default (self-signed), you can try to import new certificates again.
Good day. Please reset SSL certificates to default: 1. Login to HTTP (not HTTPS) WCS web interface as admin http://wcs:8081/admin 2. Go to Certificates page http://wcs:8081/admin/certificates.html and click "Reset to defaults" Or, if you cannot access web inteface at all, please login to server via SSH and restore default certificates from backup Code: cd /usr/local/FlashphonerWebCallServer/conf yes | cp wss.jks.backup wss.jks Then restart WCS Code: systemctl restart webcallserver After resetting certificates to default (self-signed), you can try to import new certificates again.