using opc.https
#1025
Replies: 1 comment
-
It looks like the server is returning that StatusCode for some reason, I'm not really sure why or what service it's in response to. The HTTPS transport in Milo is not well tested and may not even be fully implemented. It also only supports the HTTPS + Binary encoding, which is not a common combination; most servers that support HTTPS use the XML encoding. It's probably best if you just don't bother with the HTTPS transport. The TCP transport is the only one required by all OPC UA implementations and the only one you will find in use in the real world. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello again,
I want to use UA HTTPS as my connection address. I have tried these configurations
but I got
status=Bad_ServiceUnsupported, message=The server does not support the requested service.
Is there any example, can you provide me ? How can I connect to the server using https. By the way I don't have any problem with tcp.
Thanks a lot.
Beta Was this translation helpful? Give feedback.
All reactions