Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Post History

60%
+1 −0
Q&A how to use chromium's --proxy-server option

I'm trying to use a proxy server with chromium but I can't get it to work. I'm using Arch Linux. Here are the steps I'm following: I find a proxy in the UK on the British Proxy List at proxyno...

1 answer  ·  posted 30d ago by Trevor‭  ·  last activity 30d ago by Michael‭

Question google-chrome proxy-server
#2: Post edited by user avatar Trevor‭ · 2025-03-02T20:42:04Z (30 days ago)
  • how to use chromium's `--proxy-server` option
  • how to use chromium's --proxy-server option
#1: Initial revision by user avatar Trevor‭ · 2025-03-02T20:41:47Z (30 days ago)
how to use chromium's `--proxy-server` option
I'm trying to use a proxy server with chromium but I can't get it to work. I'm using Arch Linux. Here are the steps I'm following:

1) I find a proxy in the UK on the [British Proxy List](https://www.proxynova.com/proxy-server-list/country-gb/) at proxynova.com. The Proxy IP will be something like `8.211.195.173` and the Proxy Port will be something like `8080`.

2) I start chromium using one of these options (I've tried them all):
   ```
   $ chromium --proxy-server="8.211.195.173:8080"
   $ chromium --proxy-server="https=8.211.195.173:8080"
   $ chromium --proxy-server="https://8.211.195.173:8080"
   ```

3) I open a webpage such as nytimes.com

Chromium then goes into loading mode for about 10 seconds after which I get this error:
```
This site can’t be reached
www.nytimes.com took too long to respond.

Try:

Checking the connection
Checking the proxy and the firewall
ERR_TIMED_OUT
```

Does anyone know what I'm doing wrong?