如何更改 milo 示例服务器中的安全策略?我尝试使用 UaExpert 连接 milo 的 opc 服务器,并设置安全策略。无论我选择什么安全策略,结果都是一样的错误:
ERROR o.e.m.o.s.s.t.u.UascServerAsymmetricHandler - [remote=/127.0.0.1:33762] Exception caught; sent ErrorMessage{error=StatusCode{name=Bad_SecurityChecksFailed, value=0x80130000, quality=bad}, reason=certificate path validation failed}
io.netty.handler.codec.DecoderException: UaException: status=Bad_SecurityChecksFailed, message=certificate path validation failed
如何正确配置它?
第二个问题:示例服务器看起来相当复杂。创建服务器并连接到它的最简单方法是什么?有没有一个最小的例子?