Zane Dufour
Zane Dufour
> Hello! Hm, out of interest what other errors do you get if you set the `CURL_CA_BUNDLE`? ``` ❯ python -m pip install requests ``` output ```log WARNING: Retrying (Retry(total=4,...
@williamboman , I'm guessing the issue in my specific case is that netskope is configured to man-in-the-middle `github.com` but not `pypi.org`, although I'm not sure (tbh, I don't really understand...
You can at least inject a `context.Context` when creating the segment using an `http.Transport`. here's an example for datadog APM tracing: ```go import ( "context" "net/http" httpTrace "gopkg.in/DataDog/dd-trace-go.v1/contrib/net/http" "gopkg.in/DataDog/dd-trace-go.v1/ddtrace/tracer" analytics...