OPC UA Client Security
-
I have been able to build bothe the client and server example application. I created both the example client an server applications. they connected to each other and to UaExpert no problem. Bur when I tried the KEPware Srever I could not connect. I was not worried about that at the time. Then, a few weeks ago and was able to get a device to connect the new client that i created to its opc ua Server and it kept failing. I was successful using MinGW 64 6.9.1, but then I was told that that version did not include security and I needed to use MSVC 2019 x64. I have been trying to rebuild it ever since under MSVC 6.10.1 64 with out success, I keep gettin build errors of all sorts. I fix one thing then I get another. Are there instructions on how to build OPC UA under either platform with security enabled?
-
Hi,
What does "MinGW does not have security" mean exactly ?
-
J JKSH referenced this topic
-
Clone: git clone https://github.com/open62541/open62541.git && cd open62541 && git checkout v1.4.5
Open ready-made solution: build\open62541.sln
Select configuration Release-SECURE or Debug-SECURE
Build → Build SolutionDone. Full encryption (mbedTLS) enabled, works with KEPServerEX and all commercial servers.
(Do not use CMake or MinGW if you want zero hassle with MSVC security.)