Quantcast
Channel: Veeam Support Knowledge Base
Viewing all articles
Browse latest Browse all 4362

Error occurred during certificate processing. — Upgrade Veeam Backup Enterprise Manager Error

$
0
0

Error occurred during certificate processing. — Upgrade Veeam Backup Enterprise Manager Error

KB ID: 4660
Product: Veeam Backup & Replication | 12.2
Published: 2024-09-18
Last Modified: 2024-09-18

Challenge

When attempting to upgrade an existing Veeam Backup Enterprise Manager deployment to version 12.2, the installer fails, displaying the error:

Error occurred during certificate processing.
Error

Cause

This error occurs when the TLS certificate used for REST API doesn't specify a certificate store name. 

Solution

Part 1: Review TLS Certificate

Review the existing TLS certificate and identify if the Certificate Store Name value is (null) using the following command:

netsh http show sslcert ipport=0.0.0.0:9398
Null Cert Store The (null) value for the Certificate Store Name causes the upgrade error.

Part 2: Remove and Rebind Certificate

If the Certificate Store Name is listed as (null), you must rebind the existing TLS certificate so that it has the Certificate Store Name explicitly specified.

  1. Review the existing certificate and take note of the Certificate Hash value.
netsh http show sslcert ipport=0.0.0.0:9398
check cert
  1. Remove the existing certificate.
netsh http delete sslcert ipport=0.0.0.0:9398
remove cert
  1. Using the Certificate Hash value you noted from step 1, rebind the existing certificate, specifying the Certificate Store as My.
netsh http add sslcert ipport=0.0.0.0:9398 certhash=<hash> appid="{73ec9393-95b6-4498-a845-9a0cb95306be}" certstorename=My
readd cert

Part 3: Complete Veeam Backup Enterprise Manager Upgrade

After the upgrade of Veeam Backup Enterprise Manager (VBEM) fails, the installer will not offer the option to upgrade it. Therefore, after repairing the certificate issue, you'll need to use the Install Veeam Backup Enterprise Manager option and during the installation have it use the existing configuration database. If VBEM and Veeam Backup & Replication (VBR) are installed on the same machine, you must first upgrade VBR, and then install VBEM.

  1. Run `Setup.exe` from the Veeam Backup & Replication install media.
  2. [If VBR and VBEM are installed on the same machine.] Upgrade Veeam Backup & Replication.
  3. Install Veeam Backup Enterprise Manager.
To submit feedback regarding this article, please click this link: Send Article Feedback
To report a typo on this page, highlight the typo with your mouse and press CTRL + Enter.

Viewing all articles
Browse latest Browse all 4362

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>