locka99 / opcua

A client and server implementation of the OPC UA specification written in Rust
Mozilla Public License 2.0
476 stars 129 forks source link

Relax protocol check #225

Closed dsdjung closed 1 year ago

dsdjung commented 1 year ago

Currently running version 0.10.0 against few commercially available server packages from

Connecting with UA Expert seems to work fine, but running against Prosys fails due to invalid Nonce error, and Integration Object due to BadCertificateUriInvalid error. Since both were working with earlier version of the library, I am guessing there has been some change in protocol handling/checks.

I am wondering whether there are options to relax those checks when connection/sessions are created.

milgner commented 1 year ago

Probably a duplicate of #150 - see https://github.com/locka99/opcua/issues/150#issuecomment-1245361332

dsdjung commented 1 year ago

Looks like it. Looking forward to the PR.