Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
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. |
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.pyto userequestsinstead and the exception went away:-