379 questions
Score of 0
0 answers
355 views
how to receive RTP packet using socket in python
I'm writing a program in Python that receives frame information via RTSP address and outputs it via imshow() function.
I know that this code can be easily implemented by utilizing cv2.videocapture().
...
Score of 2
0 answers
150 views
How to analyze/debug HTTP Digest authentication issues? Tools or test servers available?
I have written a server monitoring tool which I need to extend so that it also supports HTTP Digest authentication. Doing so I strictly followed the RFC-2617 specs. To test that new extension I am ...
Score of 1
0 answers
217 views
Wildfly Admin Page returning 403
I have default WildFly setup where management interface is listening on http instead of https. However I've changed port to be 8990. This is the config:
<management-interfaces>
<...
Score of 0
1 answer
110 views
Why does digest query in fopen return a response only 1 out of 50 times?
Authorization via digest happens in 2 steps. At the beginning I get a 401 error and in the header I get the data I need. Then I use this data to calculate the response.
# first query
$resource = fopen(...
Score of 4
1 answer
358 views
Node.js - Digest Authentication - Incorrect Password
I'm trying to access a local NVR camera system that uses the digest authentication method for their API, the problem is that I'm getting a "Incorrect Password" error. I double and triple ...
Score of 0
1 answer
545 views
Need to HTTP proxy MJPEG streams from multiple sources that require digest auth, through a single HTTP endpoint?
I have a web based remote management portal, which can only connect to the internal network of the managed system, through port 80, which runs the remote management backend server.
On the local ...
Score of 3
1 answer
155 views
Digest-authentication with libcurl: receiving two responses. Any way to only receive the second one?
I'm sending a http request with C++ and libcurl (Version 7.72) to an IP Camera where Digest authentication is enabled. I have registered a callback function to handle data that is received as a result ...
Score of 1
1 answer
3767 views
Apache Kafka SASL_SSL configure failure ( ERROR SASL authentication failed using login context 'Client'.)
I want to set up Kafka with SASL_SSL in a docker enviroment
kafka should be albe to recives message encrypted over the puplic internet
in addition, telegraf grafana and more are used in the backend ...
Score of 1
1 answer
615 views
Trying to log in to Tomcat Manager using encrypted password generated using digest.bat
I've my tomcat-users.xml defined this way on Windows 11, tomcat version 9.0.78:
<?xml version="1.0" encoding="UTF-8"?>
<tomcat-users xmlns="http://tomcat.apache.org/...
Score of 0
1 answer
273 views
Why I obtain MailKit.Net.Imap.ImapProtocolException: 'invalid digest response' during Authentication phase with MailKit?
I was trying to connect and authenticate a user with the ImapClient object of MailKit and during authentication the code throws the exception MailKit.Net.Imap.ImapProtocolException: 'invalid digest ...
Score of 0
1 answer
170 views
DigestAuth using dart getting 401
I have been trying to figure out Digest authentication in dart. Whatever I do the server is returning 401 Unauthorized.
Following is the code I used to login.
I am using http_auth library.
final url = ...
Score of 0
0 answers
544 views
curl digest auth is failing
i try to connect to http server using digest authorization by using curl from shell script.
so far curl seems to not make the 2nd http request, that is needed to finalize digest authorization.
curl ...
Score of 0
1 answer
1432 views
Using Onvif PTZ on IP camera with digest in C#
I need to use Onvif PTZ features for IP Camera Model (HNP322-IR/32X) in C# model
The problem is that the Camera uses Digest WEB Authentication with MD5 (I found that the hard way)
The only conclusion ...
Score of 0
0 answers
348 views
Azure App Service Intermittent Endpoint Connection Failure via RestSharp
I seeking your input, if not, help in solving this issue which has creeped up recently.
I have an Azure App Service running on Windows+.NET Core 5 which also houses a few WebJobs. These Webjobs do ...
Score of 0
1 answer
258 views
Digest Access Authenctication in python
I am trying to follow the explanation from the Wikipedia
I get the desired HA1 and HA2 but i can't figure out why my response doesn't give the same response from the tutorial.
password = "Circle ...