Install on Huawei Cloud (Elastic Cloud Server)

Max

Administrator
Staff member
Good day.
We have not tested WCS in Huawei Elastic Cloud yet. Please provide SSH access to the instance using this form.
 

Max

Administrator
Staff member
We've checked your server. Seems like license server connection was broken occasionally. We restarted the server
Code:
systemctl restart webcallserver
then it works correctly:
1645416027237.png
 

Max

Administrator
Staff member
one more question, what is default password for admin?
Seems like Huawei Cloud exposes AWS-like API. In this case, admin password is set to instanceId, which can be retrieved as follows
Code:
curl http://169.254.169.254/latest/meta-data/instance-id
Also, it can be displayed somewhere in cloud console. Example fow AWS:
1645422210276.png
 
  • Like
Reactions: Pin

Max

Administrator
Staff member
Good day.
You've sent a report in another topic. Please use your own topic for further requests, or they may be ignored.
About the certificates issue. Seems you've imported private key in pem format. Please do the following:
1. Get private key fro your domain in *.key format. The content should be like:
Code:
-----BEGIN RSA PRIVATE KEY-----
...
-----END RSA PRIVATE KEY-----
2. Reset SSL certificate storage to default and restart WCS:
Code:
cd /usr/local/FlashphonerWebCallServer/conf
yes | cp wss.jks.backup wss.jks
systemctl restart webcallserver
3. Import SSL certificates as described here: Import SSL certificates using web interface
 
Top