node-red / node-red/node-red-nodes

SNMPv3 - error:0308010C:digital envelope routines::unsupported

Open
#1,034 8 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
JavaScript
Stars
1.1k
Forks
612
Avg merge
13h 57m
Merged PRs (30d)
3

Description

Which node are you reporting an issue on?

node-red-node-snmp

What are the steps to reproduce?
  • install the snmp node above
  • setup a device with SNMPv3 access
  • attempt to pull an OID (simple read)
What happens?

No data is pulled from SNMP device, and the following error is generated:

Error: error:0308010C:digital envelope routines::unsupported

Important: this happens only after upgrade from node 16 to node 18 (required for some new nodes).
It looks like it's possibly a dependency issue (see also: https://stackoverflow.com/questions/69692842/error-message-error0308010cdigital-envelope-routinesunsupported).

What do you expect to happen?

Pull the data in the OID and no error.

Please tell us about your environment:
  • Node-RED version: 3.1.0
  • node.js version: v18.18.2
  • npm version: 9.8.1
  • Platform/OS: RaspberryPi - bullseye (latest upgrades installed)
  • Browser: Safari v17

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the node-red-node-snmp package and reproduce a simple OID read using Node.js v18.18.2 after upgrading from Node.js 16. Investigate the reported dependency or digital-envelope error; done means SNMPv3 reads return OID data without the error on the stated environment.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript, node.js
Domain
networking
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.