cancel
Showing results for 
Search instead for 
Did you mean: 

Error 7658 backup client Linux Redhat

robertoaxity
Moderator
Moderator
   VIP   

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 targetCaptura.PNG

Clien Properties: The vnetd proxy encountered an error

Certificate Management: Revoked  - ldrpsoap - Unknow

Can you help me?

Regards

 

1 ACCEPTED SOLUTION

Accepted Solutions

Krutons
Moderator
Moderator
   VIP   

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

View solution in original post

6 REPLIES 6

Krutons
Moderator
Moderator
   VIP   

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

robertoaxity
Moderator
Moderator
   VIP   

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.

Captura2.PNG

Captura3.PNG

Regards

 

Krutons
Moderator
Moderator
   VIP   

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.

robertoaxity
Moderator
Moderator
   VIP   

Hello,

I use the command in the client

[e-rflores@ldrpsoaapp01 bin]$ sudo ./nbcertcmd -getcertificate -server lprvnetbkp01 -token
Authorization Token:
Host certificate and certificate revocation list already exist for master server [lprvnetbkp01]

But in the GUI master still revoked certificate and the error is the same.

Regards

 

Krutons
Moderator
Moderator
   VIP   

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

robertoaxity
Moderator
Moderator
   VIP   

Krutons,

You are awesome, now the client connect correctly, thanks very much for your help.

Regards