You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CA-403767: verifyPeer can't use root CA for appliance cert check (#6187)
It is expected to use root CA certficate to verify an appliance's server
certificate for a xapi outgoing TLS connection.
Prior to this change, the related stunnel configurations are:
"verifyPeer=yes", and "checkHost=<hostname>".
The 'verifyPeer' option of stunnel doesn't treat the CA bundle as root
CA certificates. The 'checkHost' option of stunnel only checks the
host name against the one in server certificate. In other words, the
issue is that the root CA based checking doesn't work for appliance.
This change adds 'verifyChain' for the appliance to ensure the outgoing
TLS connection from xapi will verify the appliance's server certificates
by real root CA certificate.
0 commit comments