Skip to main content

All Questions

Tagged with
0 votes
0 answers
57 views

Can't send requests to https urls with apify proxy

This is my first time subscribing to a proxy provider and I went with Apify Creator Plan. My problem is on testing, I can only send requests to http urls, it works until I change to https then it ...
Mohamed Hany's user avatar
0 votes
0 answers
34 views

Handling HTTPS Proxy Authentication in Android Emulator with Python

My goal is to configure a proxy with authorization for an Android emulator (used with Appium) launched from command line. I tried configuring the Android emulator directly with a proxy via this ...
Тимур Куценко's user avatar
0 votes
0 answers
106 views

How can I make my proxy server intercept and forward https trrafic too and can I block https websites too (like youtube.com)

I am working on a http proxy in Python with blocking websites functionality and logging. It works fine but it works only with http and not with https. I try it to make it work with the ssl library and ...
exodia's user avatar
  • 1
1 vote
1 answer
110 views

ERR_TUNNEL_CONNECTION_FAILED for selenium webdriver HTTPS scraping attempt

I'm currently working on a scraping project and facing some issues with using a proxy from Webshare. This is my first time using a proxy, and I can't seem to access the target webpage. Every time I ...
Joshua Petersen's user avatar
0 votes
1 answer
4k views

How to fix "ProxyError: Cannot connect to proxy, Tunnel connection failed: 403 Forbidden" when making a request in Python using requests library?

I am working on my pet project and have chosen www.pythonanywhere.com for hosting to implement some functionality, I need to take information from sites but when I execute the following code import ...
Artem's user avatar
  • 11
2 votes
0 answers
523 views

how to capture Visual studio code http(s) Python requests

I wanted to know how to capture http(s) traffic from python codes that run on visual studio code I tried using fiddler however it does not capture traffic from that python task. I even tried running ...
Efe's user avatar
  • 21
1 vote
1 answer
2k views

Python requests not working properly with proxies and https pages

I am trying to write a scraper in python using requests with proxies to scrape a https page. I found lists of free proxies on the internet and manually validated a bunch of them in an online proxy-...
Felix Nolte's user avatar
0 votes
1 answer
95 views

browser doesn't response well to https proxy

I'v built my own https proxy and when ever I send some data to a browser the browser responses with nothing and also after a lot of time. basically all the proxy should do is just forward the message ...
Ori Bergman's user avatar
4 votes
1 answer
344 views

How do i catch a SSL/TLS key using python sockets on server side

The client makes a GET request on some websites, like https://www.youtube.com. This request is redirected to my proxy server, which gets all of the data. Then i try to decode('UTF-8') it, but i get ...
BaronRandom's user avatar
0 votes
1 answer
3k views

MITM Proxy - intercept & Modify https content through python script

I'm trying to intercept and modify https content using Mitm Proxy. It works really well using the GUI but I'd like to use a python script. I tried this script: from mitmproxy import http def request(...
UsernamePIKANTE's user avatar
0 votes
0 answers
245 views

Coding Bot, using Proxy over http or https

i want to program a bot with proxies. The bot should buy things. For this it is important that he types in some user accounts and passwords. My problem here is that I don't know if it is problematic ...
dontoronto's user avatar
0 votes
1 answer
124 views

Make request with HTTPS proxy in python

my VPN provider (NordVP) just closed all the HTTP ports on its proxy servers. I can confirm with cURL that the HTTPS ports are working correctly, for example the following works: curl -x https://...
Luca's user avatar
  • 1,360
0 votes
0 answers
47 views

Https connection with proxy on Python 2.6.9

I am working on python 2.6.9 and new to python. Trying to download a file over https with proxy. Tried many codes urllib, urllib2, httpsconnection but none of them are working. I will appreciate any ...
Ravi Kamble's user avatar
0 votes
1 answer
357 views

Python requests module not working with Proxy when trying to access HTTPS sites

I am trying to use premium proxy ip's to connect to a website using requests module but it does not work with 'https' sites. import requests from requests.auth import HTTPProxyAuth auth=HTTPProxyAuth('...
Yash.S.Narang's user avatar
0 votes
0 answers
104 views

Python Proxy Request Failed Connection

Im trying to make a Strawpoll Bot. I found something on Git Hub and took it, but its not able to connect to a proxy server. Either i get a timeout or it says "Couldn´t connect to proxy". I ...
Feko Karels's user avatar

15 30 50 per page
1
2 3 4 5