sentry-kubernetes icon indicating copy to clipboard operation
sentry-kubernetes copied to clipboard

Add environmnt variable DISABLE_SSL_VERIFY

Open CtheSky opened this issue 5 years ago • 2 comments

CERTIFICATE_VERIFY_FAILED is a common issue for k8s python client and I have this problem with the cluster provided by AliCloud. It would be convenient to have an env var to disable ca ssl verification.

CtheSky avatar Apr 27 '20 08:04 CtheSky

Hello, I've tried to add the piece of code allowing to disable ssl verification, but it seems like the requests.exceptions.SSLError is still raised

AmineAbdat avatar Feb 05 '21 15:02 AmineAbdat

@AmineAbdat Could you add some error log? I'm sure I had tested it when I submitted this pr.

CtheSky avatar Feb 05 '21 16:02 CtheSky

The agent has a completely different implementation now (written in Go), so I'll close this one as outdated.

tonyo avatar Nov 28 '23 13:11 tonyo