node-red / node-red/node-red-nodes
SNMPv3 - error:0308010C:digital envelope routines::unsupported
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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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