Enable Secure Connection
Important
Before enable the secure connection, please install a valid certificate on your server.
Otherwise the browser could reject the connection (net::ERR_INSECURE_RESPONSE error) and some of the xCally components could not work properly (e.g. Dashboard and Real-Time values).
To install a VALID SSL certificate for the web server, please refer to the CentOS Official documentation:
To set xCALLY in the https secure connection go to the Settings -> General -> Secure Connection and select Yes.
After this change you have to reset the xcally-realtime service, using the command service xcally-realtime restart.
When you access to the xCALLY URL for the first time, you have also to accept the website certificate.
Open the linux console on your xcally server and edit the file: /etc/asterisk/res_xcalld.conf
and insert the xCally local ip address and set the webservice_secure parameter to yes
Reload the Asterisk configuration, type: asterisk –rx “reload”