How to setup Web call server5

sujitk

New Member
Hi,

I have setup Web Call Server 5 on EC2 from AWS Marketplace.
My server has created with private IP but latter I have attached Elastic IP.
However, I am not able to access control panel and demo page.
https://Elastic_IP:8888

Please help in the setup.

Thanks,
 

Max

Administrator
Staff member
Good day.
Please set ip parameter to elastic IP address and disable automatic IP address detection
Code:
ip=your_elastic_IP_address
hold_ip_settings=true
 

sujitk

New Member
I am not able to login using admin credential where as demo credential is working fine.
I want to upload SSL certificate issued by CA and only admin can upload the certificate.

Is any another way to install certificate on server?
Also help me to configuration to use admin credential

Thanks
 
Top