atSCM / atscm

Source code management utilities for atvise
https://atscm.github.io
7 stars 2 forks source link

atvise server login fails #457

Open LukasHechenberger opened 1 year ago

LukasHechenberger commented 1 year ago

Connecting to an atvise server 3.9 instance with user authentication fails with an error message of Unsupported security Policy

[19:10:37] Starting 'pull'...
[19:10:37] 'pull' errored after 47 ms
[19:10:37] Error:  Unsupported security Policy
    at createUserNameIdentityToken (~/project/node_modules/node-opcua/lib/client/opcua_client.js:336:15)
    at OPCUAClient.createUserIdentityToken (~/project/node_modules/node-opcua/lib/client/opcua_client.js:376:33)
    at OPCUAClient._activateSession (~/project/node_modules/node-opcua/lib/client/opcua_client.js:413:10)
    at ~/project/node_modules/node-opcua/lib/client/opcua_client.js:581:18
    at ~/project/node_modules/node-opcua/lib/client/opcua_client.js:241:9

Workaround

You can disable authentication on your atvise server during development