You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
javiercanillas opened this issue
Feb 6, 2017
· 2 comments
Labels
bugFixes for quality problems that affect the customer experiencestaleUsed to mark issues that were closed for being staleTeam:CoreCore services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc
Browser version: Chrome (guess it happens with everyone)
Browser OS version: 55.0.22883.95 (64 bit)
Original install method (e.g. download page, yum, from source, etc.): download page
Description of the problem including expected versus actual behavior:
When navigate to the base url path to load kibana up on browser and after successfully login, the redirect url sent to the browser is malformed.
Steps to reproduce:
Installed ElasticSearch 5.2.0 with X-Pack security enabled.
Installed Kibana 5.2.0 with X-Pack security enabled.
Configured Kibana to point to elasticSearch cluster through configuration and to rewrite all relative resources with "/myKibana" for proxy requirements. See attached example kibana.yml.txt
Installed on the same Kibana server a nginx version 1.11.4 to proxy kibana content through a different base url (instead of "/", to use "/kibana"). Check attached nginx configuration. nginx.conf.txt
bugFixes for quality problems that affect the customer experiencestaleUsed to mark issues that were closed for being staleTeam:CoreCore services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc
Kibana version: 5.2.0
Elasticsearch version: 5.2.0
Server OS version: Linux Ubuntu 14.04.5 LTS
Browser version: Chrome (guess it happens with everyone)
Browser OS version: 55.0.22883.95 (64 bit)
Original install method (e.g. download page, yum, from source, etc.): download page
Description of the problem including expected versus actual behavior:
When navigate to the base url path to load kibana up on browser and after successfully login, the redirect url sent to the browser is malformed.
Steps to reproduce:
kibana.yml.txt
nginx.conf.txt
Errors in browser console (if relevant):
Request headers on step 9:
GET /myKibana/ HTTP/1.1 Host: localhost Connection: keep-alive Pragma: no-cache Cache-Control: no-cache Upgrade-Insecure-Requests: 1 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8 Accept-Encoding: gzip, deflate, sdch Accept-Language: es-ES,es;q=0.8,en;q=0.6,nb;q=0.4 Cookie: sid=Fe26.2**3f7854062f16552044b47ec44f405e56a74ec011045f8f21cfef860efe79a162*p13vnIKuS2hutbWCFbE2ig*Xic30G46cguJb14eIT_BzaQ9_oWsp1pdSb2Dc1t22C6u19-CVX0v5k37ypacK4TGVkvnB1aeD4d_YtHdfoPX0g**a5827735165a8f947509114279b368dbace3ced035b19623651eefb5cc3bf541*OlmT91YgtNK7VRjM6PCAgixHDqnnPGrb1ynjwPjc-HM
Response headers on step 9:
HTTP/1.1 301 Moved Permanently Server: nginx/1.11.4 Date: Mon, 06 Feb 2017 20:37:31 GMT Content-Length: 0 Connection: keep-alive location: /myKibana//myKibana kbn-name: kibana kbn-version: 5.2.0 kbn-xpack-sig: 328aa00558be47f59d8399ef0194996e cache-control: no-cache vary: accept-encoding
Provide logs and/or server output (if relevant): Didn't find any relevant information on logs about this.
The text was updated successfully, but these errors were encountered: