tests/projects/opcua_client/opcua_0@opcua/confnode.xml
author Edouard Tisserant <edouard.tisserant@gmail.com>
Tue, 13 Sep 2022 16:22:09 +0200
branchwxPython4
changeset 3591 50600b946ea7
parent 3589 a0b645a934c9
child 3616 369c3edc1a65
permissions -rw-r--r--
OPC-US client: add support for x509 and user+password authentication.

Commit for backup not including tests since encrypted OPC-UA test are still not valid.
<?xml version='1.0' encoding='utf-8'?>
<OPCUAClient xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <AuthType>
    <x509>
      <Policy/>
      <Mode/>
    </x509>
  </AuthType>
</OPCUAClient>