This repository has been archived by the owner on Oct 23, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 657
SSL OSError: [Errno 0] Error when running behind a proxy #1285
Comments
Hi @dmyerscough ! I've the same issue, maybe because of HTTP_PROXY as discussed here : https://github.com/getsentry/raven-python/issues/338. Seems that your solution work but how to overwrite the send method without writting directly on the http.py file ? How to get it work so that next time we deploy it and install raven through pip, all works good ? Thanks ! |
I forked |
If you mean to use requests instead of urllib, you can configure a different transport. No need to fork |
Interesting, let me give this a try. Ill configure a test environment this evening and let you know the outcome. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have been using Sentry for a Django application that runs behind Istio Service Mesh. When I run the sample exception snippet I get the following exception:-
I modified the
raven/transport/http.py
to userequests
instead and the exception went away:-The text was updated successfully, but these errors were encountered: