Alexander Udovichenko
Alexander Udovichenko
`Client Endpoint` in UAExpert mast be equal to that server send in RHE. By Default open62541 use `gethostname` API for this. You can check RHE packet with wireshark (decode as...
When you configure UaExpert for reverse Connect then `EndPointUrl` it is not for connect, it's just string. this string must be equal to `EndPointUrl` in `RHE`. `RHE` - first packet,...
I use 1.4. You can't see RHE, because of encryption. I thing you can temporary turn off encryption. > config->verifyRequestTimestamp = UA_RULEHANDLING_ACCEPT; //UA_RULEHANDLING_WARN; strange. according this setting no warning and...
I think both connection can work in parallel. (I success use 2 reverse connect connections in parallel). You can also check how RHE Message Constructed in you source. Try search...