Qt OPC UA UserTokenPolicy
Unsolved
General and Desktop
-
Re: Building QFreeOpcUaPlugin and QOpen62541Plugin plugins Qt 5.10
Hi there,
I have the same problem as @N3ff3 in the last post in Qt 5.11.1 using Open62541:QUrl url; url.setUserName("userName"); url.setPassword("passWord"); url.setUrl("opc.tcp://theserver.com:4841"); m_Client->connectToEndpoint(url);
I get:
[2018-09-26 09:38:58.180 (UTC+0200)] error/client No suitable UserTokenPolicy found for the possible endpoints
I would appreciate all help
-
Re: Building QFreeOpcUaPlugin and QOpen62541Plugin plugins Qt 5.10
Hi there,
I have the same problem as @N3ff3 in the last post in Qt 5.11.1 using Open62541:QUrl url; url.setUserName("userName"); url.setPassword("passWord"); url.setUrl("opc.tcp://theserver.com:4841"); m_Client->connectToEndpoint(url);
I get:
[2018-09-26 09:38:58.180 (UTC+0200)] error/client No suitable UserTokenPolicy found for the possible endpoints
I would appreciate all help
@Bremenpl said in Qt OPC UA UserTokenPolicy:
No suitable UserTokenPolicy found for the possible endpoints
It looks like the backend Open62541 for Qt OPC UA module is responsible for such issue, see for example: