Skip to content
This repository has been archived by the owner on Oct 20, 2022. It is now read-only.

Disable SSL Verify #2

Open
FritschAuctores opened this issue Apr 11, 2019 · 7 comments
Open

Disable SSL Verify #2

FritschAuctores opened this issue Apr 11, 2019 · 7 comments

Comments

@FritschAuctores
Copy link

FritschAuctores commented Apr 11, 2019

How to disable the SSL verify?

There is no error-message in keepass or in the vault audit log. The Plugin only generates empty folders, even the URL is wrong.

How to configure the path?
I tried so: /myfolder

@Karreg
Copy link
Member

Karreg commented Apr 11, 2019

There's no option yet to disable SSL verify. In fact it's already disabled which is not a good practice by the way... I'll try to add configuration about that.

Logging is also an issue, since Keepass is not really good about that, especially with async methods... When it fails, it fails without any warning or error. There's a lot of space for improvement here too.

For the path, given an Vault UI URL like this one:
https://my.vault-server.com/ui/vault/secrets/folder1/list/folder2/

To synchronize the folder1, path should be folder1/
To synchronize folder2, path should be folder1/list/folder2/

@FritschAuctores
Copy link
Author

It still not work,

My KeePass Entry:

Title: vault-test
Username: myName
Passwort: *****
URL: https://192.168.2.210:8200/

auth: userpass
path: secret/

In the vault audit log is no new entry.
In KeePass is a new empty folder named vault-test-20190416-1015.

What is wrong configured?

@Karreg
Copy link
Member

Karreg commented Apr 17, 2019

What is the Vault auth configured on your instance? If it's basic Vault auth, have you tried with auth: username?
Also, can you try removing the trailing / in the vault URL just to be sure?

@FritschAuctores
Copy link
Author

With username it's also creates a empty folder. I removed the / in the URL, but nothing changed.

auth config:

Path         Type        Accessor                  Description
----         ----        --------                  -----------
token/       token       auth_token_e93efe80       token based credentials
userpass/    userpass    auth_userpass_4ea7c26d    n/a

@not4mad
Copy link

not4mad commented Jun 12, 2019

not working for me as well : ( I even not see traffic to vault server from keepass. Some logging from plugin would be helpful.

@Karreg
Copy link
Member

Karreg commented Jun 13, 2019

I'll try to figure out something, to at least trace errors... I can't promise to do it soon enough though...

@Karreg
Copy link
Member

Karreg commented Feb 26, 2021

A new version has been released with a log window, let me know if that helps!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants