Martin Regen

Results 19 comments of Martin Regen

Hi @Mkasakka, what you get in the Body of the JSON message is the binary encoding of the structure. Looks like the complex type decoder cannot specifically handle this Array...

Hi @Mkasakka , based on the screenshot I cannot root cause the issue. By any chance, could you provide the Nodeset2 or other model files? Is this a custom model...

Hi @Mkasakka , there might be files with extension *.nodeset2.xml in your plc project. Some are used for companion specs and are included by others, very likely there are some...

I checked the codebase, the GetEndpoints may contain an array of certificates, but no revocation information. So the chain validation is ok here and the validator can remain in place...

Hi @JohannesM24, the error means there is a revocation list missing for a CA certificate on the client side, e.g. if a CA is used in a trusted folder the...

Hi @JohannesM24, one of the CRL is already expired at the time of connection: ``` 01: Issuer 'intermediate_cert_redacted', Next update time '"2022-10-13T19:57:22.0000000Z"' ```

note: intentionally not fixed all tests, until there is some feedback from the maintainers that this is a workable approach

Hi @chkr1011, thanks for taking a look! > Update: I was on the completely wrong track 😵‍💫 . I assume you have the data you want to publish in the...

Hi @chkr1011, I fully agree with your suggestion, > It is part of the public API and thus changing that will lead to breaking changes. Is there a way to...

Hi @chkr1011, I ended up a little head scratching as to how to add this to the data structures without having too much impact in the API and the codebase...