Qt OPC UA Open62541 supports username and password login? Secure comms supported?
-
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 -
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."