Skip to content

Commit

Permalink
Don't retry from retry (#616)
Browse files Browse the repository at this point in the history
* Don't retry from retry

* Explain why you shouldn't retry

* Clarifyretry behavior

* Clarifyretry behavior

* Fix long line
  • Loading branch information
ekr authored Aug 5, 2024
1 parent b7e217f commit ba609f6
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions draft-ietf-tls-esni.md
Original file line number Diff line number Diff line change
Expand Up @@ -886,8 +886,12 @@ initiated in response to a "retry_config". Sending a "retry_config"
in this situation is a signal that the server is misconfigured, e.g.,
the server might have multiple inconsistent configurations so that the
client reached a node with configuration A in the first connection and
a node with configuration B in the second. If a client does not retry,
it MUST report an error to the calling application.
a node with configuration B in the second. Note that this guidance
does not apply to the cases in the previous paragraph where the server
has securely disabled ECH.

If a client does not retry, it MUST report an error to the calling
application.

### Authenticating for the Public Name {#auth-public-name}

Expand Down

0 comments on commit ba609f6

Please sign in to comment.