You are not logged in.

#1 2022-03-02 19:46:37

bohokash
Member
Registered: 2019-11-30
Posts: 76

How can I revert Chromium proxy settings?

Recently I installed more programs, to try them out, like Wireshark and Fiddler. Some of them made changes in the system proxy settings by setting an environment variable "https_proxy" to 127.0.0.1:8888

I managed to revert this change, by deleting the environment variable from one of the system files, like ".profile". Now I could achieve that the environment variable "https_proxy" is set permanently to an empty string. Using Firefox browser it seems it doesn't connect to any local proxy any more. But when I use Chromium browser it seems it still tries to connect to 127.0.0.1: for example when I write a letter in gmail, and I click on send button, I can see a status message below "waiting for 127.0.0.1 ..."

Where should I look for settings in Chromium, or system wide, to unset any local proxy, like 127.0.0.1 ?

Offline

#2 2022-03-02 20:06:35

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 71,519

Offline

#3 2022-03-04 22:15:16

bohokash
Member
Registered: 2019-11-30
Posts: 76

Re: How can I revert Chromium proxy settings?

When I issue the command :

gsettings get org.gnome.system.proxy.http enabled

it returns "false".

But chromium still shows a status message, for example in gmail, "waiting for 127.0.0.1 ..."

2TS4vGc.png

Last edited by bohokash (2022-03-04 22:26:46)

Offline

#4 2022-03-05 07:24:38

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 71,519

Re: How can I revert Chromium proxy settings?

https isn't http…

https://aur.archlinux.org/packages/fiddler#comment-748998 wrote:

disable the proxy with gsettings set org.gnome.system.proxy mode 'none'

Offline

Board footer

Powered by FluxBB