You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Which node-red-contrib-iiot-opcua version are you using?
latest one
What happened?
I am running nodered in a docker container (latest). When i depoy the IIoT-Flex-Server node i get the following exception in the backend and the container (node-red) crashes:
########################################### OPENSSL ERROR ###########################################
CWD = /usr/src/node-red
Command failed: "openssl" req -new -sha256 -text -extensions v3_selfsigned -config "/usr/src/node-red/.config/node-opcua-default-nodejs/PKI/own/openssl.cnf.tmp" -key "/usr/src/node-red/.config/node-opcua-default-nodejs/PKI/own/private/private_key.pem" -out "/usr/src/node-red/.config/node-opcua-default-nodejs/PKI/own/certs/certificate.pem.csr" -subj "/C=FR/L=Orleans/O=Sterfive/CN=Node-RED@01ce2e6391b7"
Error adding request extensions from section v3_selfsigned
284B5C209C7F0000:error:11000079:X509 V3 routines:v2i_AUTHORITY_KEYID:no issuer certificate:crypto/x509/v3_akid.c:156:
284B5C209C7F0000:error:11000080:X509 V3 routines:X509V3_EXT_nconf_int:error in extension:crypto/x509/v3_conf.c:48:section=v3_selfsigned, name=authorityKeyIdentifier, value=keyid,issuer
########################################### OPENSSL ERROR ###########################################
18 Dec 17:53:43 - [red] Uncaught Exception:
18 Dec 17:53:43 - [error] Error: Command failed: "openssl" req -new -sha256 -text -extensions v3_selfsigned -config "/usr/src/node-red/.config/node-opcua-default-nodejs/PKI/own/openssl.cnf.tmp" -key "/usr/src/node-red/.config/node-opcua-default-nodejs/PKI/own/private/private_key.pem" -out "/usr/src/node-red/.config/node-opcua-default-nodejs/PKI/own/certs/certificate.pem.csr" -subj "/C=FR/L=Orleans/O=Sterfive/CN=Node-RED@01ce2e6391b7"
Error adding request extensions from section v3_selfsigned
284B5C209C7F0000:error:11000079:X509 V3 routines:v2i_AUTHORITY_KEYID:no issuer certificate:crypto/x509/v3_akid.c:156:
284B5C209C7F0000:error:11000080:X509 V3 routines:X509V3_EXT_nconf_int:error in extension:crypto/x509/v3_conf.c:48:section=v3_selfsigned, name=authorityKeyIdentifier, value=keyid,issuer
at /data/node_modules/node-opcua-pki/dist/pki/toolbox.js:122:22
at ChildProcess.exithandler (node:child_process:430:5)
at ChildProcess.emit (node:events:518:28)
at maybeClose (node:internal/child_process:1104:16)
at ChildProcess._handle.onexit (node:internal/child_process:304:5)
nodered-run.sh: line 38: /home/widoAccounts/sfluxtest/nodereddata:/data: No such file or directory
Server
OPCUA-IIoT-Server Node
How can this be reproduced?
Run latest docker container from https://hub.docker.com/r/nodered/node-red. Install node-red-contrib-iiot-opcua extension using settings/palette. Add a OPCUA-IIoT-Flex-Server node. Configure nothing (use defaults). Then hit deploy.
What did you expect to happen?
No response
Other Information
No response
The text was updated successfully, but these errors were encountered:
Which node-red-contrib-iiot-opcua version are you using?
latest one
What happened?
I am running nodered in a docker container (latest). When i depoy the IIoT-Flex-Server node i get the following exception in the backend and the container (node-red) crashes:
Server
OPCUA-IIoT-Server Node
How can this be reproduced?
Run latest docker container from https://hub.docker.com/r/nodered/node-red. Install node-red-contrib-iiot-opcua extension using settings/palette. Add a OPCUA-IIoT-Flex-Server node. Configure nothing (use defaults). Then hit deploy.
What did you expect to happen?
No response
Other Information
No response
The text was updated successfully, but these errors were encountered: