Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Qt OPC UA Open62541 supports username and password login? Secure comms supported?

Qt OPC UA Open62541 supports username and password login? Secure comms supported?

Scheduled Pinned Locked Moved Solved General and Desktop
2 Posts 1 Posters 666 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • J Offline
    J Offline
    James Mark Chan
    wrote on last edited by
    #1

    Does anyone know if the Qt OPC UA module supports regular username login with a password? We have a server already up that accepts authentication w username and password but when I look at the QtOpcUaClient API i'm not seeing any mention of authenticating. Our server does not allow writing parameters if the user has not authenticated.

    Also does this page indicate that I can't use a cert to encrypt my traffic for the Qt OPC UA module?
    https://doc-snapshots.qt.io/qtopcua/security.html

    J 1 Reply Last reply
    0
    • J James Mark Chan

      Does anyone know if the Qt OPC UA module supports regular username login with a password? We have a server already up that accepts authentication w username and password but when I look at the QtOpcUaClient API i'm not seeing any mention of authenticating. Our server does not allow writing parameters if the user has not authenticated.

      Also does this page indicate that I can't use a cert to encrypt my traffic for the Qt OPC UA module?
      https://doc-snapshots.qt.io/qtopcua/security.html

      J Offline
      J Offline
      James Mark Chan
      wrote on last edited by
      #2

      Looks that this page affirms presence of secure comms in 5.13
      https://blog.basyskom.com/2019/secure-connections-with-qt-opc-ua/
      "Up to Qt 5.12, login were supplied to QOpcUaClient by encoding username and password in the URL. setAuthenticationInformation() replaces this by a clean API which can be used to select anonymous, username and password or X509 certificate based authentication."

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved