Client node error OPC UA

Hello,

i'm using node-red with the contrib-opcua module. sometimes my node says the following error:

e[31mClient node error on:  error: ["Cannot create client, check connection options: [{\"securityPolicy\":\"1\",\"securityMode\":1,\"clientCertificateManager\":\"2\",\"requestedSessionTimeout\":300000,\"clientName\":\"3\",\"endpointMustExist\":false,\"defaultSecureTokenLifetime\":200000,\"connectionStrategy\":\"4\",\"keepSessionAlive\":true},\"http://opcfoundation.org/UA/SecurityPolicy#None\",{\"untrustUnknownCertificate\":true,\"state\":2,\"folderPoolingInterval\":5000,\"_watchers\":\"5\",\"_readCertificatesCalled\":true,\"_filenameToHash\":\"6\",\"_thumbs\":\"7\",\"_pending_crl_to_process\":0,\"queue\":\"8\",\"location\":\"9\",\"keySize\":2048,\"referenceCounter\":0,\"automaticallyAcceptUnknownCertificate\":true},\"\",{\"maxRetry\":10512000,\"initialDelay\":5000,\"maxDelay\":30000},[\"10\",\"11\",\"12\",\"13\",\"14\"],{\"/root/.config/node-red-opcua-nodejs/PKI/trusted/certs/NodeOPCUA-Client@kali-1d-fc25-01[b437dc63fc54ecf7302a5bef99ab58df724eae6e].pem\":\"15\"},{\"rejected\":\"16\",\...

what can i do?

Most probably openssl is missing. node-opcua tries to install it.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.