You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(ci): test vp TLS failure without ca-certificates on Alpine
The negative test now removes /etc/ssl/certs/ca-certificates.crt after
vp is installed, then verifies that vp HTTPS calls fail. This proves
rustls-platform-verifier requires OS root CAs.
The previous approach (skipping ca-certificates in apk add) didn't work
because curl transitively pulls in ca-certificates-bundle.
0 commit comments