OP 03 December, 2021 - 05:48 PM
proxies = {'http': 'http://141.98.80.97:10025', 'https': 'https://141.98.80.97:10025', 'ftp': 'ftp://141.98.80.97:10025'}
I know I format the proxies correctly and yes I have tried adding in a custom Certificate in my req and done Verify=False. but it is just not working!
is there any1 willing to just run my source and give me the response
import requests
proxies = {'http': 'http://141.98.80.97:10025', 'https': 'https://141.98.80.97:10025', 'ftp': 'ftp://141.98.80.97:10025'}
headers = {
"user-agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36",
}
login = requests.get('https://wtfismyip.com/json', proxies=proxies, headers=headers)
print(login.text)
response:
requests.exceptions.SSLError: HTTPSConnectionPool(host='wtfismyip.com', port=443): Max retries exceeded with url: /json (Caused by SSLError(SSLEOFError(8, 'EOF occurred in violation of protocol (_ssl.c:852)'),))
LMK and post your response here you will need to replace your proxie for mine mine are IP binded so
I know I format the proxies correctly and yes I have tried adding in a custom Certificate in my req and done Verify=False. but it is just not working!
is there any1 willing to just run my source and give me the response
import requests
proxies = {'http': 'http://141.98.80.97:10025', 'https': 'https://141.98.80.97:10025', 'ftp': 'ftp://141.98.80.97:10025'}
headers = {
"user-agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36",
}
login = requests.get('https://wtfismyip.com/json', proxies=proxies, headers=headers)
print(login.text)
response:
requests.exceptions.SSLError: HTTPSConnectionPool(host='wtfismyip.com', port=443): Max retries exceeded with url: /json (Caused by SSLError(SSLEOFError(8, 'EOF occurred in violation of protocol (_ssl.c:852)'),))
LMK and post your response here you will need to replace your proxie for mine mine are IP binded so