try with servername

This commit is contained in:
Jamil Bou Kheir
2020-11-11 12:45:56 -06:00
parent e4fd31bbaf
commit a857efd81a

View File

@@ -93,7 +93,7 @@ jobs:
sudo cat /opt/fireguard/ssl/key.pem
echo "Connecting with openssl"
openssl s_client -connect $(hostname):8800 -showcerts -prexit -debug
openssl s_client -connect $(hostname):8800 -servername $(hostname) -showcerts -prexit -debug
echo "Trying to load homepage..."
curl -i -vvv -k https://$(hostname):8800