raven-go icon indicating copy to clipboard operation
raven-go copied to clipboard

Provide the ability to override HTTPTransport configuration

Open mattrobenolt opened this issue 7 years ago • 3 comments

Fixes #221, #169, #150

edit @kamilogorek: and https://github.com/getsentry/raven-go/issues/117

mattrobenolt avatar Dec 07 '18 18:12 mattrobenolt

I might take a stab at expanding on this since this isn't priority, but I think we'd want to get some basic test coverage in.

dcramer avatar Dec 07 '18 19:12 dcramer

I'm going to change this to not pull in certifi by default as discussed, since this makes it easy to pull in certifi yourself now, and I'll just add documentation on how to do this.

mattrobenolt avatar Jan 13 '19 07:01 mattrobenolt

This is an issue for me as well. Our sentry server has an SSL cert signed by an internal CA and we need to be able to pass a custom certificate pool. Any chance this can be merged if the conflict is fixed?

Also, the certificate signed by unknown authority error is completely ignored which is frustrating. Spent some time trying to figure out what I was doing wrong because this wasn't throwing any errors until I tried to run the example.go and it threw the certificate signed by unknown authority error.

pedro-te avatar Feb 22 '19 17:02 pedro-te