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
We're using https://self-signed.badssl.com to validate a scenario where SSL validation may be skipped locally. Changes to the site are affecting us (as right now where this URL started to return a 404 where it previously returned a 200).
We should update our infrastructure to use a local server that we control.
The text was updated successfully, but these errors were encountered:
This commit updates the assertion of a test that relies on
https://self-signed.badssl.com to only fail if a SSLException is thrown.
This is a temporary measure until we run the test against a local
instance we control.
See gh-43708
We're using https://self-signed.badssl.com to validate a scenario where SSL validation may be skipped locally. Changes to the site are affecting us (as right now where this URL started to return a 404 where it previously returned a 200).
We should update our infrastructure to use a local server that we control.
The text was updated successfully, but these errors were encountered: