A
Size: a a a
A
S
(for i in {01..10} {10..300}; do ssh -o ConnectTimeout=5 t$i curl -m 5 -kvvI 'https://ru.stackoverflow.com' 2>&1 | awk 'BEGIN { cert=0 } /^\* SSL connection/ { cert=1 } /^\*/ { if (cert) print }'; done)> stackoverflow_cert_test.txt
S
S
S
ᴀ
𝙨
S
S
S
* SSL connection using TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
* Server certificate:
* subject: CN=*.stackexchange.com
* start date: Dec 03 14:00:52 2020 GMT
* expire date: Mar 03 14:00:52 2021 GMT
* common name: *.stackexchange.com
* issuer: CN=R3,O=Let's Encrypt,C=US
* Connection #0 to host ru.stackoverflow.com left intact
* SSL connection using TLSv1.2 / ECDHE-RSA-AES128-GCM-SHA256
* Server certificate:
* subject: CN=*.stackexchange.com
* start date: Dec 3 14:00:52 2020 GMT
* expire date: Mar 3 14:00:52 2021 GMT
* issuer: C=US; O=Let's Encrypt; CN=R3
* SSL certificate verify ok.
* Connection #0 to host ru.stackoverflow.com left intact
S
S
S
S
S
S
S
b
m