mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
Use localhost just to be sure
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -95,7 +95,7 @@ jobs:
|
||||
sudo systemctl is-active fireguard
|
||||
|
||||
echo "Trying to load homepage..."
|
||||
curl -i -vvv -k https://$(hostname):8800/ || true
|
||||
curl -i -vvv -k https://localhost:8800/ || true
|
||||
|
||||
echo "Checking logs again..."
|
||||
sudo journalctl -u fireguard.service -b
|
||||
@@ -104,7 +104,7 @@ jobs:
|
||||
openssl s_client -connect google.com:443 -servername google.com -showcerts -prexit -debug
|
||||
|
||||
echo "Connecting to FireGuard with openssl"
|
||||
openssl s_client -connect 127.0.0.1:8800 -servername $(hostname) -showcerts -prexit -debug
|
||||
openssl s_client -connect localhost:8800 -servername $(hostname) -showcerts -prexit -debug
|
||||
|
||||
publish:
|
||||
needs: build
|
||||
|
||||
Reference in New Issue
Block a user