Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'Digest' authentication problem #2

Open
TomRyu opened this issue Nov 1, 2023 · 1 comment
Open

'Digest' authentication problem #2

TomRyu opened this issue Nov 1, 2023 · 1 comment

Comments

@TomRyu
Copy link

TomRyu commented Nov 1, 2023

First of all,
I sincerely thank you for taking the time to do the coding for me.
However, I have a problem and I would like to ask for your help.

When I click the "subscribe" button,
I met error at the following code

string[] result = eptc.GetEventProperties(out fixedTopicSet, out tst, out topicExpDialect, out msgContentFilter, out producerProperties, out msgContentSchema, out any);

error is as followings.

System.ServiceModel.Security.MessageSecurityException: 'HTTP request is not authenticated with client authentication scheme 'Digest'. The authentication headers received from the server are 'Digest realm="iPolis", qop="auth", nonce="6540f315ca6b2e5fd9fd", opaque="60bf14eb"'.

Could you please help me more?

@thephez
Copy link
Owner

thephez commented Nov 6, 2023

Unfortunately it has been a number of years since I worked on this and I'm not able to look into this. The error is authentication related and it's possible the onvif standard has deprecated something that I used when creating the tool or is requiring a new authentication scheme that I didn't implement.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants