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
xapi: Improve error reporting when pool join fails on TLS
verification
When a host joins a pool (pool.join_force), the process has two phases:
1. An unverified TLS connection is used to run pre-join
checks and exchange host certificates. The joiner imports the pool bundle.
2. A verified TLS connection (verifyPeer=yes, SNI=pool) is opened using
the freshly-generated pool bundle.
Previously, any failure at Phase 2 surfaced as:
INTERNAL_ERROR(Stunnel.Stunnel_verify_error(
This error is opaque and gives no actionable information to the administrator.
The idea is to improve error handling in order to obtain something more precise.
Signed-off-by: Lucas RAVAGNIER <ravagnierlucas@gmail.com>
0 commit comments