mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
try with servername
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user