mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-01-03 23:39:45 +01:00
Merge pull request #64 from PeterMosmans/spellingfix
FIX: minor spelling issue
This commit is contained in:
commit
868c813055
@ -2308,7 +2308,7 @@ starttls() {
|
|||||||
$OPENSSL s_client -connect $NODEIP:$PORT $SNI -starttls $protocol </dev/null >$TMPFILE 2>&1
|
$OPENSSL s_client -connect $NODEIP:$PORT $SNI -starttls $protocol </dev/null >$TMPFILE 2>&1
|
||||||
ret=$?
|
ret=$?
|
||||||
if [ $ret -ne 0 ]; then
|
if [ $ret -ne 0 ]; then
|
||||||
pr_bold "Problem: $OPENSSL couldn't estabilish STARTTLS via $protocol"; outln
|
pr_bold "Problem: $OPENSSL couldn't establish STARTTLS via $protocol"; outln
|
||||||
cat $TMPFILE
|
cat $TMPFILE
|
||||||
return 3
|
return 3
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user