net/http: TLS handshake timeout using boa cli #1469
Replies: 3 comments 2 replies
-
|
The cause was OpenBao CLI codebase looked into system CA cert pool taking longer than 10sec. Also, VAULT_CACERT provided. |
Beta Was this translation helpful? Give feedback.
-
|
Thank you both for looking into this. I have filed a bug report on this matter: Based on my investigation, api\rootcerts.go ( within OpenBao codebase) exposes a variable that by default is set to false and looks into system ca cert even when VAULT_CACERT was provided. |
Beta Was this translation helpful? Give feedback.
-
|
Appreciate if you can let me know the status on this. Thanks. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have OpenBao v2.2.2, tls enabled server on Windows:

I'm connecting to it via boa cli:

Enabled Wireshark ( bao cli did not send out changecipherspec and after 10secs client drops out which probably why I see timeout)

On the same Windows box: Switched the bao to vault executable:

Started up vault tls enabled server and had no problem connecting to it from Vault CLI.
Wireshark seems to have expected traffic:
What could be the cause of this difference ? localhost is mapped to IPV6. is there a bug in OpenBao on that front? Appreciate any help.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions