Hi Rob,

A "reused" and a "stale" nonce are different things. A reused one means that same nonce is to be used for multiple auth attempts. A stale nonce means the nonce (used or not) is rejected as it is too old (relative to the time when the nonce was generated by the server).

Of course, the stale check is first perform (and mandatory). After that (according to disable_nonce_check option) the nonce re-usage is checked.

Regards,

Bogdan-Andrei Iancu

OpenSIPS Founder and Developer
  http://www.opensips-solutions.com
OpenSIPS Summit 2018
  http://www.opensips.org/events/Summit-2018Amsterdam

On 01/08/2018 08:36 PM, Robert Dyck wrote:

Using opensips 2.3.2 compiled from source

I have a buggy UA that insists on reusing a stale nonce. I tried to work around it by setting disable_nonce_check. It didn't work for me. Am I misunderstanding the purpose of the parameter or is this an opensips bug?

Jan 8 09:46:19 [11380] DBG:core:set_mod_param_regex: found <disable_nonce_check> in module auth [/usr/lib64/opensips/modules/]

Rob



_______________________________________________
Users mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

_______________________________________________
Users mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to