Skip to content
New issue

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

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

Already on GitHub? # to your account

407 http error behind a proxy with no authentication #45

Open
malkam03 opened this issue May 24, 2021 · 0 comments
Open

407 http error behind a proxy with no authentication #45

malkam03 opened this issue May 24, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@malkam03
Copy link

Describe the bug
The action fails to download the cli bin when running behind a proxy that uses no authentication.

> Setup JFrog CLI
  tunneling socket could not be established, statusCode=407
  Waiting 16 seconds before trying again
  tunneling socket could not be established, statusCode=407
  Waiting 15 seconds before trying again
  Error: tunneling socket could not be established, statusCode=407

To Reproduce
Try to run the action on a self hosted runner that's behind the proxy. Workflow used:

      - uses: jfrog/setup-jfrog-cli@v1
        env:
          JF_ARTIFACTORY_1: ${{ secrets.AF_SERVER_CONFIG }}
          http_proxy: "<proxy>"
          https_proxy: "<proxy>"
          no_proxy: "<no proxy>"

Expected behavior
The action should download the bin.

Screenshots
If applicable, add screenshots to help explain your problem.

Versions

  • Setup JFrog CLI version: 1
  • Workflow operating system: Ubuntu 20.04
  • JFrog CLI version: latest? not specified
  • Artifactory Version: Artifactory Enterprise 6.16.0 rev 61600900
@malkam03 malkam03 added the bug Something isn't working label May 24, 2021
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant