-
Notifications
You must be signed in to change notification settings - Fork 51
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
Stale Nonce #28
Comments
Is there a public server where I can test this? |
From reading the RFC I'm not sure I can tell the difference between the handling of 401 or 438 status codes. It seems in both cases the NONCE and REALM attributes need to be updated? I am tempted to handle both cases here: https://github.com/aiortc/aioice/blob/main/src/aioice/turn.py#L87 |
jlaine
added a commit
to jlaine/aioice
that referenced
this issue
Jan 27, 2021
jlaine
added a commit
to jlaine/aioice
that referenced
this issue
Jan 27, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi
According to https://tools.ietf.org/html/rfc5389#page-27.
I can't find implementation about this in code.
I am using coturn as turnserver. The default nonce lifetime is 600 secs. It will raise a Stale Nonce TransactionFailed after 600 secs.
The text was updated successfully, but these errors were encountered: