Allowing only HTTPS connections to the web console
Accessing the Cyber Protect web console via HTTPS is available only if you use certificates in the PEM format. If you use PFX certificates, convert them to PEM files.
For security reasons, you can prevent users from accessing the Cyber Protect web console via the HTTP protocol, and allow only HTTPS connections.
To allow only HTTPS connections to the web console
-
On the machine running the management server, open the following configuration file with a text editor:
-
In Windows: %ProgramData%\Acronis\ApiGateway\api_gateway.json
-
In Linux: /var/lib/Acronis/ApiGateway/api_gateway.json
-
-
Locate the following section:
"tls": {
"auto_redirect" : false,
"cert_file": "cert.pem", -
Change the "auto_redirect" value from
false
totrue
.If the "auto_redirect" line is missing, add it manually:
"auto_redirect": true,
-
Save the api_gateway.json file.
Please be careful and do not accidentally delete any commas, brackets, and quotation marks in the configuration file. -
Restart Acronis Service Manager Service as described below.
To restart Acronis Service Manager Service in Windows
In Windows
- In the Start menu, click Run, and then type: cmd
- Click OK.
-
Run the following commands:
net stop asm
net start asm
In Linux
- Open Terminal.
-
Run the following command in any directory:
sudo service acronis_asm restart