Forum Discussion

robertoaxity's avatar
robertoaxity
Moderator
5 years ago

Error 7658 backup client Linux Redhat

Hello,

When execute the manual policy i have the next error code 7658.

: (7658) Connection cannot be established because the host validation cannot be performed on the target

Clien Properties: The vnetd proxy encountered an error

Certificate Management: Revoked  - ldrpsoap - Unknow

Can you help me?

Regards

 

  • Krutons's avatar
    Krutons
    5 years ago

    Is this a net new client in your environment? Like you haven't had another client with same IP/Name before?

    You could blow away all the certs on the client and rebuild. Run these from the client.

    nbcertcmd -listCACertdetails

    Copy the SHA1 fingerprint for the next command.
    nbcertcmd -removeCACertificate -fingerPrint

    Paste the fingerprint.

    nbcertcmd -deleteAllCertificates

    nbcertcmd -getCACertificate -server <master>

    Use the reissue token you created.

    nbcertcmd -getCertificate -server <master> -token

6 Replies

  • Are you sure the certificate isn't revoked? From the client run <install path>/bin/nbcertcmd -getCRL

    • robertoaxity's avatar
      robertoaxity
      Moderator

      I use the command,

      [e-rflores@ldrpsoaapp01 bin]$ sudo ./nbcertcmd -getCRL
      Successfully refreshed certificate revocation list for lprvnetbkp01.
      Successfully refreshed security level for lprvnetbkp01.

      But the error continue.

      Regards

       

      • Krutons's avatar
        Krutons
        Moderator

        right click the revoked cert and generate a reissue cert.

        then run <install path>/bin/nbcertcmd -getcertificate -server <master> -token

        Then paste the reissue cert, let me know if that resolves your problem.