Łukasz Dywicki
Łukasz Dywicki
Please try to replace `!` with `%21` if you pass it in URL. You can also try to pass username/password directly to PlcConnectionManager while calling getConnection.
Is it possible to obtain demo installation of MXOPC server?
> It gave **"Connection terminated by remote"** error. This means that communication works, but driver failed to negotiate a secure channel. This error might appear due to differences in client/server...
@codekundan I've managed to install it, but haven't had time to configure it and test connectivity itself.
After disabling mxopc security I've managed to connect. I could not confirm yet, if encrypted communications works as expected. My connection string is `opcua:tcp://DESKTOP-OM18VQ9:4841?discovery=true&security-policy=NONE&message-security=NONE`. I've used simulated OPC tag called...
I followed the secure connection issues, it turns that our encryption logic doesn't work if client and server use keys with different length. By default MX OPC offers 1024 bit...
@codekundan I've pushed a fix so MX OPC in its default configuration can work, please give a try to develop version (0.13-SNAPSHOT). I just confirmed that our client works with...
@codekundan You have to add plc4x certificate to trusted certs on MX OPC side. You need to copy der file from CA/rejected to CA/certs dir. Whole procedure is described in...
Hello @codekundan you probably can use same certificate for plc4j, you just need to encode it correctly. Out of the box you can't use .der encoded certificate because it does...
@codekundan Please have a look on PR linked above which explains entire procedure with KSE.