SSL errors after adding admin node to existing HA group as primary interface
Applies to
- StorageGRID 11.8
Issue
- After adding admin node to existing HA group and switching it to primary interface, SSL errors below observed when testing connection:
[testserver]# echo | openssl s_client -connect <HA group VIP>:<load balancer endpoint> 2>/dev/null | openssl x509 -noout -dates
Could not find certificate from <stdin>
00XXXXXXXXXX0000:error:XXXXXX0C:STORE routines:ossl_store_handle_load_result:unsupported:crypto/store/store_result.c:151:
- Compared to below with other node as primary interface:
[testserver]# echo | openssl s_client -connect <HA group VIP>:<load balancer endpoint> 2>/dev/null | openssl x509 -noout -dates
notBefore=Nov 25 11:07:12 2025 GMT
notAfter=Nov 25 11:07:12 2030 GMT
