mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
add openssl debugging info
This commit is contained in:
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@@ -74,7 +74,8 @@ jobs:
|
||||
DEBIAN_FRONTEND: noninteractive
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y postgresql wireguard iptables net-tools curl
|
||||
sudo apt-get install -y postgresql \
|
||||
wireguard iptables net-tools curl ca-certificates
|
||||
sudo systemctl start postgresql
|
||||
sudo dpkg -i fireguard*.deb
|
||||
|
||||
@@ -87,8 +88,11 @@ jobs:
|
||||
echo "Checking if FireGuard service is active"
|
||||
sudo systemctl is-active fireguard
|
||||
|
||||
echo "Connecting with openssl"
|
||||
openssl s_client -connect localhost:8800 -showcerts -prexit -debug
|
||||
|
||||
echo "Trying to load homepage..."
|
||||
curl -k https://localhost:8800
|
||||
curl -i -vvv -k https://localhost:8800
|
||||
|
||||
publish:
|
||||
needs: build
|
||||
|
||||
Reference in New Issue
Block a user