added openssl 1.0 connect compatible option
This commit is contained in:
parent
22a539fc7e
commit
c2096f5205
|
@ -43,7 +43,8 @@ if [ -n "${certdest}" ]; then
|
|||
certport=443
|
||||
fi
|
||||
certdata=$( \
|
||||
openssl s_client "${certpath}:${certport}" < /dev/null 2>/dev/null \
|
||||
openssl s_client -connect "${certpath}:${certport}" \
|
||||
< /dev/null 2>/dev/null \
|
||||
)
|
||||
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue
Block a user