Free Russia HTTPS Proxy List

We are currently tracking 2 live, verified HTTPS proxies in Russia with an average connection latency of 2207ms. Each proxy is re-checked continuously for connectivity, anonymity, and uptime, and the list below shows the most reliable HTTPS proxies for Russiafirst.

Live Russia HTTPS proxies

Last updated:

Proxy (IP:Port)ProtocolLocationAnonymityLatencyUptimeLast Checked
https://185.186.143.190:9001HTTPS🇷🇺Russia, Moscowanonymous1592ms100%
https://185.200.188.234:10001HTTPS🇷🇺Russia, Moscowelite2822ms99%

How to use free Russia HTTPS proxies

You can route your web scrapers, automated testing suites, or CLI tools through any verified Russia HTTPS proxy listed above. Below is a quick example in cURL and Python:

cURL Example:
# Test Russia HTTPS proxy curl -x https://IP:PORT -L https://api.ipify.org?format=json
Python Requests:
import requests proxies = {'http': 'https://IP:PORT', 'https': 'https://IP:PORT'} res = requests.get('https://api.ipify.org?format=json', proxies=proxies, timeout=5)