The Wayback Machine - https://web.archive.org/web/20201104130528/https://github.com/Ericsson/codechecker/issues/2762
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proxy support of CodeChecker cmd subcommand #2762

Open
gamesh411 opened this issue May 27, 2020 · 1 comment
Open

Proxy support of CodeChecker cmd subcommand #2762

gamesh411 opened this issue May 27, 2020 · 1 comment

Comments

@gamesh411
Copy link
Collaborator

@gamesh411 gamesh411 commented May 27, 2020

The CodeChecker cmd subcommand communicates with the server via Thrift, and on a Jenkins docker image, I have tried to use it to get run information from a local CodeChecker server. The output of the CodeChecker cmd runs command was just the help message. I have found out that using a proxy is not supported right now, and the issue was solved by disabling proxy via unsetting the environmental variables HTTP_PROXY and HTTPS_PROXY, as the python library detects proxies by reading these.

I opened this issue to have a discussion, so should connection through proxies be supported?

Setup:

  • Debian stretch
  • Python 3.6.8
  • CodeChecker 2934ac1 May 22, 2020
@gyorb
Copy link
Contributor

@gyorb gyorb commented Aug 28, 2020

Proxy server support should be added to the cli web clients which communicate with the server

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.