Native Load Balancer status shows "Unknown" following an upgrade to NSX 4.2.4 or later. This article explains the impact of OpenSSL3 cryptographic standards on legacy certificates and provides steps for resolution.
NSX 4.2.4 introduced OpenSSL3, which mandates stricter security compliance. Any Load Balancer instance configured with a SHA1-signed certificate will fail to validate. Because NSX compiles all Virtual Server (VS) configurations for an LB instance into a single `nginx.conf`, one failed L7 certificate validation crashes the entire Load Balancer instance, including co-located L4 Virtual Servers.
`openssl x509 -in <certificate_file>.crt -text -noout | grep "Signature Algorithm"`sha1WithRSAEncryption'sha256WithRSAEncryption` or higher.Here is another related KB: Remediating NSX load balancer upgrade pre-check warnings for OpenSSL 3.0 compliance