Skip to content
Discussion options

You must be logged in to vote

Thanks for the detailed write-up, your analysis is correct. The probe in the add camera wizard always sends a WS-Security PasswordDigest token regardless of the auth selection, so cameras that expect PasswordText (like your OpenIPC board) can't authenticate through the wizard.

It's worth clarifying though that the "Use digest authentication" toggle controls HTTP-level digest auth, which is a separate thing from the WS-Security password encoding that's actually tripping you up here, so it's not that the toggle is being ignored, it's that the password encoding isn't exposed at all in the wizard. As you noted, the config-based path already handles this via tls_insecure, but the probe doesn't…

Replies: 4 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@PeterBeklemishev
Comment options

@PeterBeklemishev
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by PeterBeklemishev
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working triage
2 participants