Difference between revisions of "System is responding 401 unauthorized"

From Kolmisoft Wiki
Jump to navigationJump to search
(Created page with '401 unauthorized response from the system is correct. After that next REGISTER request should follow from the device which tries to register with credentials. In pcap it looks…')
 
Line 15: Line 15:


One of the reasons could be that 401 response does not reach the device. Capture pcap on the device side to check this. Fix in the firewall if this is the case.
One of the reasons could be that 401 response does not reach the device. Capture pcap on the device side to check this. Fix in the firewall if this is the case.
<br><br>
= See also =
* [[I have a problem with Registration]]
* [[I HAVE A PROBLEM]]

Revision as of 10:12, 21 January 2021

401 unauthorized response from the system is correct.

After that next REGISTER request should follow from the device which tries to register with credentials.

In pcap it looks like this: WWW-Authenticate: Digest algorithm=MD5, realm="asterisk", nonce="0e234d3c"

More details here.


If pcap looks like this:

Register repeated.png

That means the device is failing with proper registration.

One of the reasons could be that 401 response does not reach the device. Capture pcap on the device side to check this. Fix in the firewall if this is the case.



See also