And the same proxy seems to work for firefox.

On Tue, Oct 3, 2017 at 5:10 PM, Colin Williams <[email protected]> wrote:

> ^^ for the Method: Automatic, but none of those worked.
>
> On Tue, Oct 3, 2017 at 5:09 PM, Colin Williams <[email protected]> wrote:
>
>> Furthermore I tried writing a few pac files to refer to the local running
>> socks proxy via ssh tunnel, but the setting doesn't seem to reach the
>> browser.
>>
>> function FindProxyForURL(url, host)
>> {
>>   return "SOCKS 127.0.0.1:8080";
>> }
>>
>> OR
>>
>> function FindProxyForURL(url, host)
>> {
>>   return "SOCKS localhost:8080";
>> }
>>
>> OR
>>
>> function FindProxyForURL(url, host)
>> {
>>   return "SOCKS5 127.0.0.1:8080";
>> }
>>
>> On Tue, Oct 3, 2017 at 4:57 PM, Colin Williams <[email protected]> wrote:
>>
>>> I recently upgraded my debian packages and I no longer can access my
>>> proxy settings from chromium. I then launched nm-connection-editor which I
>>> think chromium was launching to make such settings. In the editor I see a
>>> proxy tab. Before I had a list item Method: Manual . Now I only have
>>> Method: Automatic and None. What happened to the Manual option and can I
>>> get it back?
>>>
>>
>>
>
_______________________________________________
networkmanager-list mailing list
[email protected]
https://mail.gnome.org/mailman/listinfo/networkmanager-list

Reply via email to