# Connecting Sense (4.6.4) with username and password

**URL:** https://discuss.elastic.co/t/connecting-sense-4-6-4-with-username-and-password/86258
**Category:** Kibana
**Created:** [May 18, 2017, 12:40pm UTC](https://discuss.elastic.co/t/connecting-sense-4-6-4-with-username-and-password/86258 "2017-05-18T12:40:12Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Shai\_Erera](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/shai_erera/32/13492_2.png) [@Shai\_Erera](https://discuss.elastic.co/u/Shai_Erera)
#### Post date: [May 18, 2017, 12:40pm UTC](https://discuss.elastic.co/t/connecting-sense-4-6-4-with-username-and-password/86258/1 "2017-05-18T12:40:12Z")

</div>

Hi. I've installed Kibana 4.6.4 and the Sense plugin (I need to connect to an ES 2.4.5 instance). Connecting to an unsecured localhost:9200 works fine but I'm unable to find information how to configure Sense to connect to a remote instance with username/password. FWIW, `curl -u "user:pass"` works fine.

Can anyone help with (1) is this even supported? and (2) how can I achieve that?

---

<div class="post-metadata">

### Author: ![Shai\_Erera](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/shai_erera/32/13492_2.png) [@Shai\_Erera](https://discuss.elastic.co/u/Shai_Erera)
#### Post date: [May 18, 2017, 12:53pm UTC](https://discuss.elastic.co/t/connecting-sense-4-6-4-with-username-and-password/86258/2 "2017-05-18T12:53:28Z")

</div>

Hmm ... so I just tried Sense by typing the https://... URL and the browser then prompted me for the user/password and it worked. I also had to add this to kibana.yml

```auto
sense.proxyConfig:
  - match:
      protocol: "https"

    ssl:
      verify: false # allows any certificate to be used, even self-signed certs

  - timeout: 180000 # 3 minutes

```

From the Sense installation guide. So I guess no additional steps are required.

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [June 15, 2017, 12:53pm UTC](https://discuss.elastic.co/t/connecting-sense-4-6-4-with-username-and-password/86258/3 "2017-06-15T12:53:45Z")

</div>

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
