[STS web identity] TLS negotiation timeout too small #169
Labels
bug
This issue is a bug.
needs-review
This issue or pull request needs review from a core team member.
p2
This is a standard priority issue
This was observed in the STS Web Identity provider, but could be a general problem affecting other credential providers as well.
Problem description
In production we experiences STS Web Identity TLS negotiation timeout of more than 10 seconds (the default).
Here is one of the traces we captured:
We decided to use a TLS negotiation timeout of multiples of the TCP timeout, since TLS handshakes consume 2 extra RTTs.
Potential fix
This is how we solved the problem in our code:
The text was updated successfully, but these errors were encountered: