Original Message:
Sent: Feb 05, 2025 11:45 PM
From: Suresh Babu
Subject: vSphere 5.5 expired certificate
I tried to renew by generating with Openssl, but no luck. Please share the documentation or steps to renew the certificate Chain.
Error:
2025-02-05T11:53:06.512+04:00 [06576 error 'HttpConnectionPool-000001'] [ConnectComplete] Connect failed to <cs p:0094a77c0, TCP:-----.----.com:7444>; cnx: (null), error: class Vmacore::Ssl::SSLVerifyException(SSL Exception: Verification parameters:
--> PeerThumbprint: *****
--> ExpectedThumbprint:
--> ExpectedPeerName: ****srv.*****al.com
--> The remote host certificate has these problems:
-->
--> * A certificate in the host's chain is not time-valid.
-->
--> * A certificate in the host's chain is based on an untrusted root.
-->
--> * The certificate is not time-valid.
-->
--> * certificate has expired)
2025-02-05T11:53:06.513+04:00 [11372 error '[SSO][SsoFactory_CreateFacade]'] Unable to create SSO facade: SSL Exception: Verification parameters:
--> PeerThumbprint: *********
--> ExpectedThumbprint:
--> ExpectedPeerName: ****srv.*****al.com
--> The remote host certificate has these problems:
-->
--> * A certificate in the host's chain is not time-valid.
-->
--> * A certificate in the host's chain is based on an untrusted root.
-->
--> * The certificate is not time-valid.
-->
--> * certificate has expired.
2025-02-05T11:53:06.513+04:00 [11372 error 'vpxdvpxdMain'] [Vpxd::ServerApp::Init] Init failed: Vpx::Common::Sso::SsoFactory_CreateFacade(sslContext, ssoFacadeConstPtr)
Original Message:
Sent: Feb 05, 2025 07:32 AM
From: markdiss
Subject: vSphere 5.5 expired certificate
Hi Suresh,
In the end we just bit the bullet and deployed a new Vcenter5.5 virtual appliance. You may be able to fix this in the windows version, but pretty sure if the CA runs out on an Appliance it's dead and unrecoverable.
M
Original Message:
Sent: Feb 05, 2025 04:29 AM
From: Suresh Babu
Subject: vSphere 5.5 expired certificate
I am also facing same issue SSOserver.crt, CA_certificate.crt and rui.crt certificate expired. I am usinge windows based vcenter (Windows server 2012).
Did anyone find solution for this
Original Message:
Sent: Jan 31, 2025 10:05 AM
From: markdiss
Subject: vSphere 5.5 expired certificate
No, some missing dependencies:
vcentersrv55:~ # python fixcerts_3_2.py replace --certType all
Traceback (most recent call last):
File "fixcerts_3_2.py", line 40, in <module>
from prettytable import PrettyTable
ImportError: No module named prettytable
Original Message:
Sent: Jan 31, 2025 09:33 AM
From: Syed Salman Hafiz
Subject: vSphere 5.5 expired certificate
Try the script from KB https://knowledge.broadcom.com/external/article?articleId=322249
But I am not sure if it is going to work on 5.x
Original Message:
Sent: Jan 31, 2025 09:25 AM
From: markdiss
Subject: vSphere 5.5 expired certificate
No dice I'm afraid, I think the problem is that the VC Server CA is expired so it can't regenerate any certs. We need some way to renew the local VC CA first for a new 10 year lifespan.
M
Original Message:
Sent: Jan 31, 2025 08:35 AM
From: Syed Salman Hafiz
Subject: vSphere 5.5 expired certificate
@markdiss Try this,
Note: Take a snapshot of the virtual machine before proceeding.Ensure the customers FQDN, DSN, IP, and all network configuration are correct. Run this VAMI script:/opt/vmware/share/vami/vami_config_netNote: This brings up a command line utility to check network configuration.Create a file called allow_regeneration by running this command:touch /etc/vmware-vpx/ssl/allow_regenerationStop the VPXD service by running this command:service vmware-vpxd stopStop the vCenter Single Sign-On service by running the commands:For vCenter Server 5.5: service vmware-sts-idmd stopFor vCenter Server 5.1: service vmware-sso stopRegenerate the SSL certificate by running the command:source vpxd_commonutils; generate_all_certificates replaceRemove the regeneration flag by removing the allow_regeneration file:rm /etc/vmware-vpx/ssl/allow_regenerationReboot vCenter Appliance.
--------------------------------------------------------------------------------------------------------------------------------------------------------------------
Although I am a VMware employee I contribute to VMware Communities voluntarily (i.e. not in any official capacity)
Please mark my comment as the Correct Answer or assign Kudos if my answer was helpful to you, Thank you.
----------------------------------------------------------------------------------------------------------------------------------------------------------
Original Message:
Sent: Jan 30, 2025 06:03 AM
From: markdiss
Subject: vSphere 5.5 expired certificate
Did you ever resolve this? Our 5.5 appliance cert and CA has just expired and the KB article https://kb.vmware.com/s/article/2070603 is no longer accessible. We've temporarily managed to gain access via the vsphere client by setting the date on the vcenter server and PC back to last year, but we really just need to regenerate a new 10 year CA and cert.
Thx,
M
Original Message:
Sent: Mar 26, 2024 03:35 PM
From: Kriminal
Subject: vSphere 5.5 expired certificate
@Shen88
I followed the suggested step with no luck, no change on installed certified.
If I redeploying the appliance, can I import the previous settings in some way?
Thank you.