Verify full TLS chain and SNI troubleshooting

Show full chain with correct SNI; Verify line catches missing intermediates

openssl s_client -connect <host>:443 -servername <host> -showcerts 2>/dev/null | grep -E 'Verify|s:|i:'
more troubleshooting all 32 commands →