SSL Encryption
Veeam Backup Enterprise Manager RESTful API is a self-hosted WCF service that can be run over the HTTP and HTTPS protocols:
- For HTTP protocol, port 9399 is used
- For HTTPS protocol, port 9398 is used
When Veeam Backup Enterprise Manager RESTful API is running over HTTPS, the communication between the client and the server is secured with the SSL protocol. For SSL connections, Veeam Backup Enterprise Manager RESTful API uses the same self-signed SSL certificate that is created for Veeam Backup Enterprise Manager during its installation.
By default, when Veeam Backup Enterprise Manager is installed, the SSL certificate is bind to the HTTPS port 9398.
To view the SSL certificate used for Veeam Backup Enterprise Manager RESTful API, enter the following command in the command line:
If the existing SSL certificate expires, you need to update the SSL certificate with the netsh command. To learn more, see Updating SSL Certificate.
To update the SSL certificate:
- https://technet.microsoft.com/en-us/library/cc754431.aspx
- https://technet.microsoft.com/en-us/library/cc754489.aspx
If you want to use a self-signed SSL certificate for Veeam Backup Enterprise Manager RESTful API, on the server where Veeam Backup Enterprise Manager is installed, create the new self-signed certificate with IIS Manager. To learn more, see https://technet.microsoft.com/en-us/library/cc753127.aspx.
- Remove the expired SSL certificate with the following command:
- Bind the SSL certificate that you have imported or created at the step 1 to the HTTPS port 9398. Use the following command:
where:
- string — SHA hash of the new SSL certificate. You can view the certificate hash in the list of certificates in IIS Manager. To learn more, see https://technet.microsoft.com/en-us/library/cc731676.aspx.
- GUID — ID of the application that uses the SSL certificate. It is recommended that you specify for the new certificate the same Application ID as in the expired certificate. This may be helpful to identify the certificate binding later.
For example: