debug: test TLS to token endpoint specifically
Some checks failed
Build and push telegraf-snmp image / build-and-push-image (push) Failing after 1m53s

This commit is contained in:
dresi 2026-06-10 17:56:56 +02:00
parent b7fa7210db
commit 3262469e5a

View File

@ -42,8 +42,10 @@ jobs:
cat /proc/1/environ 2>/dev/null | tr "\0" "\n"
echo "=== Certs in bundle ==="
grep -c "BEGIN CERTIFICATE" /etc/ssl/certs/ca-certificates.crt 2>/dev/null || echo "bundle not found"
echo "=== TLS test to harbor.lan ==="
echo "=== TLS test harbor.lan root ==="
wget -qO /dev/null https://harbor.lan/ 2>&1 && echo "TLS OK" || echo "TLS FAILED"
echo "=== TLS test harbor.lan token endpoint ==="
wget -qO /dev/null https://harbor.lan/service/token 2>&1 && echo "TLS OK" || echo "TLS FAILED"
'
- name: Build and push image