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
Between OpenSSL 1.1 and 3, error messages about self-signed
certificates changed from using "self signed" (no hyphen) to
"self-signed" (with a hyphen). This change caused regex for these
errors in our spec tests to fail.
This commit relaxes the regex in our spec tests so that it matches
both OpenSSL 1.1 and 3 error messages.
0 commit comments