debug: test TLS to token endpoint specifically
Some checks failed
Build and push telegraf-snmp image / build-and-push-image (push) Failing after 1m53s
Some checks failed
Build and push telegraf-snmp image / build-and-push-image (push) Failing after 1m53s
This commit is contained in:
parent
b7fa7210db
commit
3262469e5a
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user