COMPATIBLE or NIST_2024 TLS profiles.openssl commands, with TLS 1.3 requests being dropped by the VCSA.openssl s_client output shows the error as "Secure Renegotiation IS NOT supported"openssl s_client -connect <vCenter-Server-IP>:443 -tls1_3
CONNECTED(00000003)
8772077568:error:1404B42E:SSL routines:ST_CONNECT:tlsv1 alert protocol
---
no peer certificate available
---
No client certificate CA names sent
---
SSL handshake has read 7 bytes and written 194 bytes
---
New, (NONE), Cipher is (NONE)
Secure Renegotiation IS NOT supported ------->>>>>>>> :- It shows Secure Re-negotiation is not supported.
Compression: NONE
Expansion: NONE
No ALPN negotiated
SSL-Session:
Protocol : TLSv1.3
Cipher : 0000
vCenter Server 8.x
NIST_2024 profiles on other ports.envoy service) running on port 443.TLS_PROFILE.sh script available from the Broadcom Knowledge Base article Managing TLS Profiles in vCenter 8.0 U3root and switch to the Linux bash using the command shell. /usr/lib/vmware-vsr/bin/ssl_scanner --host localhost:443 | less and it should successfully show ciphers for TLS 1.3 enabled.- version: tlsv1_3
ciphers:
accepted:
- TLS_AES_256_GCM_SHA384
- TLS_CHACHA20_POLY1305_SHA256
- TLS_AES_128_GCM_SHA256
rejected:
- TLS_AES_128_CCM_8_SHA256
- TLS_AES_128_CCM_SHA256
groups:
accepted:
- prime256v1
- secp384r1
- secp521r1
rejected:
- x25519
- x448
- ffdhe2048
- ffdhe3072