Azure Backup Server: how to fix Error ID 33623?

Andrea Longhitano 155 Reputation points
2024-03-28T16:22:54.8366667+00:00

Hi,

we're trying to install MABS Server and communicate with the VCenter Sphere.

We received this error and the Agent shows the "Error" status.

User's image

Do you know how to fix?

We have enabled HTTPS and create a role with administrative privileges.

Thank you,

Andrea

Azure Backup
Azure Backup
An Azure backup service that provides built-in management at scale.
1,498 questions
{count} votes

Accepted answer
  1. SadiqhAhmed-MSFT 49,331 Reputation points Microsoft Employee Moderator
    2024-03-28T20:18:33.9133333+00:00

    Hello @Andrea Longhitano Thank you for reaching out to us on Microsoft Q&A platform. Sorry for the inconvenience this must have caused you!

    Based on the information you provided, I understand that you are trying to install MABS Server and communicate with the VCenter Sphere. However, you are receiving an error 33623.

    Azure Backup Server uses TLS 1.1 by default to communicate with the ESXI host.

    ESXI host version 6.7 only supports TLS 1.2 protocol.

    To configure backup ESXI 6.7 perform the following:

    · Enable TLS 1.2 on Azure Backup Server

    Note: VMWare 6.7 onwards had enabled TLS as communication protocol.

    · Set the registry keys as follows:

    Windows Registry Editor Version 5.00

    [HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft.NETFramework\v2.0.50727] "SystemDefaultTlsVersions"=dword:00000001 "SchUseStrongCrypto"=dword:00000001

    [HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft.NETFramework\v4.0.30319] "SystemDefaultTlsVersions"=dword:00000001 "SchUseStrongCrypto"=dword:00000001

    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft.NETFramework\v2.0.50727] "SystemDefaultTlsVersions"=dword:00000001 "SchUseStrongCrypto"=dword:00000001

    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft.NETFramework\v4.0.30319] "SystemDefaultTlsVersions"=dword:00000001 "SchUseStrongCrypto"=dword:00000001

    Also remove and add again the VMware account on the Azure Backup Server

    *Communication should work between Azure Backup Server and ESXI

    *Install the agents in the VMs

    FYI: These steps should work for your set up and help resolve the issue. Feel free to write back to us if you need further assistance.


    If the response helped, do "Accept Answer" and up-vote it

    1 person found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. Juan Ramos 0 Reputation points
    2024-10-17T12:48:05.7433333+00:00

    Gracias @SadiqhAhmed-MSFT

    funciono agregando esas claves de registro, tenia varios Host ESXI en version 6.5 a los cuales conectaba correctamente, y otro en versión 6.7 U3 al que no era capaz de conectar,

    TLS 1.0 y 1.2 estaban habilitados en la maquina DPM y se logro agregando las claves de registro que indicas arriba.

    Un saludo


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.