Skip to content

Commit

Permalink
Added few more servers to tests/test_ca-certs.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
pyllyukko committed Dec 4, 2024
1 parent 4bbd5ec commit 88f6904
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions tests/test_ca-certs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,11 @@ for host in \
www.dwheeler.com \
cdn.kernel.org \
cisofy.com \
letsencrypt.org
letsencrypt.org \
zerossl.com \
github.com \
www.gandi.net \
deb.debian.org
do
openssl s_client -connect "${host}":443 -verify_return_error -CAfile "${ca_file}" -showcerts 0</dev/null || exit 1
done
Expand All @@ -37,7 +41,8 @@ for host in \
mx01.mail.icloud.com \
alt4.gmail-smtp-in.l.google.com \
outlook-com.olc.protection.outlook.com \
mta7.am0.yahoodns.net
mta7.am0.yahoodns.net \
mail.cwo.com
do
openssl s_client -connect "${host}":25 -starttls smtp -verify_return_error -CAfile "${ca_file}" -showcerts 0</dev/null || exit 1
done
Expand Down

0 comments on commit 88f6904

Please sign in to comment.