I try to configure two servers 'httpd' with TLS1.2 (Client Certificate check enabled)
It works fine on one. But not on the second... I get : "unable to get local issuer certificate"
I tested with the same client certificate. Conf files are identical.
The only thing i notice : "ServerHello" are different.
In case OK : ServerHello display this extensions : server_name (0), renegotiation_info (65,281), ec_point_formats (11), status_request_v2 (17), extended_master_secret (23), supported_versions (43), psk_key_exchange_modes (45) and key_share (51)
In case KO : only : server_name (0), renegotiation_info (65,281), ec_point_formats (11)
If anyone have an idea, it could be helpful.