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

vaultsharp.core.vaultapiexception {"errors":["tls connection required"]} #322

Open
tanishagarg-sf opened this issue Jul 10, 2023 · 1 comment

Comments

@tanishagarg-sf
Copy link

tanishagarg-sf commented Jul 10, 2023

Describe the bug
A one liner of what the bug is.
vaultsharp.core.vaultapiexception {"errors":["tls connection required"]}

VaultSharp Version
The version of VaultSharp package being used
VaultSharp.1.4.0.1
Vault Version
The version of Vault server being used

Does this work with Vault CLI?
Yes

Exception Details/Stack Trace/Error Message
Error message, stack trace you see
System.AggregateException: One or more errors occurred. ---> VaultSharp.Core.VaultApiException: {"errors":["tls connection required"]}

Any additional info

.NET version is 4.6.2

@konidev20
Copy link
Contributor

Hey @tanishagarg-sf ,

Since your connection is going through a proxy. Have you checked if the connection between the proxy, I reckon the TLS connection is being terminated on the proxy. Ideally, from the proxy there must be another TLS connection to the Vault Server.

It's mainly a configuration issue from your end.

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

No branches or pull requests

2 participants