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

Error: The request was aborted: Could not create SSL/TLS secure channel #323

Open
tanishagarg-sf opened this issue Jul 10, 2023 · 4 comments

Comments

@tanishagarg-sf
Copy link

tanishagarg-sf commented Jul 10, 2023

Describe the bug
A one liner of what the bug is.
Error: The request was aborted: Could not create SSL/TLS secure channel
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

@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.

@tanishagarg-sf
Copy link
Author

Hi @konidev20
This is working via curl command, via curl command using proxy i am able to login/read/write secrets. Still you think this can be an issue ?

@konidev20
Copy link
Contributor

Have you tested your proxy configuration for the HTTPClient handler?

@tanishagarg-sf
Copy link
Author

How can i test it ? Same configuration is used by us to talk with other services we use for which we can connection using proxy only.

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