Skip to content

bug: dialtcp lookup while being behind a proxy only for URL type #681

@Arcelone

Description

@Arcelone

Describe the bug

Using the container image with docker runtime.

When you configure proxy using docker compose with this section :

environment:
      https_proxy: "http://<user>:<pass>@<IP>:<port>"
      http_proxy: "http://<user>:<pass>@<IP>:<port>"
      no_proxy: "<internal.site>"

The "latest version" section works for github type as well as the icon retrieval, but don't works using the URL type.
In the logs i have this error :

ERROR: latest_version/refresh (httpVersionRefreshUncreated_Latest), Get "https://www.somesite.com": dial tcp: lookup www.somesite.com on 127.0.0.11:53: no such host

Inside the container i can use curl https://www.somesite.com and it works, i do get the HTML.

Expected behavior
that the URL type don't try to do a lookup if proxy is set.

Perhaps I have missed something about the proxy configuration for GO. If so, please feel free to provide me with an explanation.

Desktop (please complete the following information):

  • OS: debian 13
  • Browser: firefox
  • Version: 128.11 esr

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions