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

SecurityProtocols.getInstance().addAuthenticationProtocol(new AuthSHA()); #15

Open
wjholden opened this issue Jul 8, 2021 · 0 comments

Comments

@wjholden
Copy link

wjholden commented Jul 8, 2021

After much debugging, I have found that SNMP4j has deprecated AuthSHA and AuthMD5. If you still need these, then you can re-enable them with this one-liner:

SecurityProtocols.getInstance().addAuthenticationProtocol(new AuthSHA());

This is not a tnm4j bug, but I wanted to put this here for others struggling with the same problem.

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

1 participant