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: make certificate generation script more resilient
Enhanced manage-certificates.sh to work in more environments:
- Skip generation if certificates already exist
- Fall back to openssl if mkcert is not available
- Generate self-signed certs as fallback (compatible with Playwright ignoreHTTPSErrors)
- Exit gracefully instead of failing
This fixes TLS test failures in environments without mkcert installed,
such as GitHub Actions runners and minimal development setups.
0 commit comments