coussej / node-opcua-logger

An OPCUA Client for logging data to InfluxDB! 🔌 🏭
https://www.factry.io
MIT License
179 stars 63 forks source link

Certificate problem #41

Closed anantmk closed 4 years ago

anantmk commented 4 years ago

Hi Jeroen,

I am trying to test your opcua-logger. After npm run start I get an error because of no certificate.

I have a machine with no internet access. Could you help me with this?

Thanks, Anant

Please see the logs:

image

image

coussej commented 4 years ago

Hello,

did you run npm install on that same machine, or did you run it on a different machine and then copied the folder?

In you case, the best thing to do is download a prebuilt binary. That contains everything you need in a singe binary, and should run without issues.

On Fri, 28 Feb 2020 at 16:34, anantmk notifications@github.com wrote:

Hi Jeroen,

I am trying to test your opcua-logger. After npm run start I get an error because of no certificate.

I have a machine with no internet access. Could you help me with this?

Thanks, Anant

Please see the logs:

[image: image] https://user-images.githubusercontent.com/19150567/75561735-ca36fa80-5a47-11ea-81eb-f6aab4f52068.png

[image: image] https://user-images.githubusercontent.com/19150567/75561920-0f5b2c80-5a48-11ea-986f-c169e82ec29d.png

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/coussej/node-opcua-logger/issues/41?email_source=notifications&email_token=ACL34VYQPJ3PMEZGXJTHUILRFEVGVA5CNFSM4K5SRWDKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4IREVV7A, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACL34VYKONOU6I3E3MUCL2DRFEVGVANCNFSM4K5SRWDA .

anantmk commented 4 years ago

Thank you. The binary is working well!

Br, Anant