Skip to content
Advertisement

Tag: proxy

How to get around python requests SSL and proxy error?

When sending a request with authentication, I get a requests.exceptions.SSLError error which you can See below. The requests.exceptions.SSLError So then I tired verify=False as one of the requests.get() parameters but then get a requests.exceptions.ProxyError error which you can see below : The requests.exceptions.ProxyError I tired to look every for the answer but nothing seems to work. I can’t send a

A simple Python HTTP proxy [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers. We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations. Closed 4 years ago. The community reviewed whether to reopen this question 10 months ago and left it

Advertisement