locka99 / opcua

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

[#99] Fix inability to connect to endpoints having a path segment #100

Closed ctron closed 3 years ago

ctron commented 3 years ago

Taking a look at the spec, it is talking about URLs, not hostnames. I also had problems connecting to any server using path, while other clients connected successfully, sending the path in the "hello" message.

Also see: https://reference.opcfoundation.org/v104/Core/docs/Part6/7.1.2/#Table51