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

Failure to install x-pack behind proxy #17555

Closed
dmarkhas opened this issue Apr 4, 2018 · 1 comment
Closed

Failure to install x-pack behind proxy #17555

dmarkhas opened this issue Apr 4, 2018 · 1 comment
Labels
Team:Operations Team label for Operations Team

Comments

@dmarkhas
Copy link

dmarkhas commented Apr 4, 2018

Kibana version: 6.2.2

Elasticsearch version: 6.2.2

Server OS version: Ubuntu 14.04

Browser version:

Browser OS version:

Original install method (e.g. download page, yum, from source, etc.): tarball

Description of the problem including expected versus actual behavior:

When attempting to install x-pack behind a corporate proxy, the http downloader writes the following to the proxy socket:

write(13, "GET http://artifacts.elastic.co:443/downloads/kibana-plugins/x-pack/x-pack-6.2.2.zip HTTP/1.1\r\nHost: artifacts.elastic.co:443\r\nConnection: close\r\n\r\n", 148) = 148

This fails since Elastic's web server returns 503 for such a request.

It does so regardless of whether I run "kibana-plugin install x-pack" or "kibana-plugin install https://artifacts.elastic.co/downloads/kibana-plugins/x-pack/x-pack-6.2.2.zip".
I am guessing this is because you are using the http-proxy-agent, not the https-proxy-agent.

Currently the only workaround is to download the x-pack archive with wget and install it in an offline mode.

Steps to reproduce:

  1. Configure a proxy
  2. strace the "kibana-plugin install x-pack" command
@tylersmalley
Copy link
Contributor

This has been resolved in #15588 and will be fixed in 6.3

@tylersmalley tylersmalley added the Team:Operations Team label for Operations Team label Apr 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Team:Operations Team label for Operations Team
Projects
None yet
Development

No branches or pull requests

2 participants