On 11/07/14 05:49, Paul Miller wrote: > is there a way to log what response that verify auth was expecting > so I can troubleshoot further? Or any further troubleshooting > pointers would be awesome. > > Thanks Paul >
If you use the -trace_calldebug argument, you'll get this log: https://github.com/SIPp/sipp/blob/32375a7c253a45044a18f001c55998b611a2f999/src/auth.cpp#L451. That should be useful in working out what has gone wrong - e.g. whether one of the parameters is truncated, or whether SIPp does the digest calculation wrongly in some cases. OpenSSL shouldn't matter here - in v3.3 I moved to using a separate MD5 library for authentication, so OpenSSL is now only used to create TLS connections. Best, Rob ------------------------------------------------------------------------------ _______________________________________________ Sipp-users mailing list Sipp-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/sipp-users