-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Intermittent TestHttpsConnection Failures to httpbin.org #19
Comments
that test depends on an external service, unfortunately |
@mreiferson would it be possible to use a snakeoil certificate and local loopback https listener which returns the ipaddress of the request instead of relying on an external service? |
@fujin absolutely, if you're willing/interested in submitting a PR that would be awesome! |
@mreiferson I shall do so. Do you have any preference for the snakeoil certs or shall I just generate a pair? |
no preference, generating them sounds fine |
Who the hell would write tests depending on external servers that we have no control of?! ducks for cover |
Hiya!
We use a copy of go-httpclient in one of our internal applications, but occasionally see a weird test failure
Have you seen this before, is it a known issue? 🤘
The text was updated successfully, but these errors were encountered: