[OpenSER-Devel] nonce errors in trunk

Juha Heinanen jh at tutpro.com
Fri Jun 6 17:17:30 CEST 2008


recently i have started to see these kinds of errors in connection of
authentication of register requests:

Jun  6 18:04:52 localhost /usr/sbin/openser[28438]: ERROR:auth:is_nonce_index_valid: index out of the permitted interval 
Jun  6 18:04:52 localhost /usr/sbin/openser[28438]: ERROR:auth:check_nonce: nonce index not valid 
Jun  6 18:04:52 localhost /usr/sbin/openser[28438]: INFO: REGISTER <sip:+35832345671 at test.fi> from <192.168.1.2> is unauthorized 

i remember there some change related to nonce handling.  should i have
changed my script somehow?  the error comes from this:

        if (!radius_www_authorize("")) {
                xlog("L_INFO", "INFO: REGISTER <$tu> from <$si> is unauthorized\
n");
                www_challenge("", "1");
                exit;
        };

-- juha





More information about the Devel mailing list