echoping/SRC/test-echoping-crypto

26 lines
428 B
Plaintext
Raw Normal View History

2000-11-04 13:00:23 +00:00
#!/bin/sh
# $Id$
echo ""
echo "Since this tests tries remote servers, a failure is not always "
echo " echoping's fault: it may be a network problem."
./echoping -C -h / www.gandi.net
2000-11-04 13:00:23 +00:00
2001-02-11 21:09:35 +00:00
echo ""
# We need to iterate to catch some SSL programming errors. See bug #130151
./echoping -C -h / -n 2 www.modssl.org
echo ""
2000-11-04 13:00:23 +00:00
2001-02-11 21:09:35 +00:00
./echoping -C -h / -n 2 www.creditmutuel.fr
echo ""
# bug #230384
./echoping -C -h / -n 2 www.ssl.de
2000-11-04 13:00:23 +00:00