nyxcharon / vault-ui

A webapp for working with Hashicorp's Vault https://github.com/hashicorp/vault
GNU General Public License v3.0
140 stars 22 forks source link

add support for self signed certificates #16

Closed warroyo closed 8 years ago

warroyo commented 8 years ago

would it be possible to add an option to not verify ssl? I am attempting to use this with an internal self signed cert with is not trusted by default. I am constantly getting failure to log in, and i believe this may be the issue.

warroyo commented 8 years ago

just saw the open PR https://github.com/nyxcharon/vault-ui/pull/15 that looks like it will fix it