convertersystems / opc-ua-client

Visualize and control your enterprise using OPC Unified Architecture (OPC UA) and Visual Studio.
MIT License
403 stars 119 forks source link

Is it possible to connect via https? #229

Closed FieryPhoenix100 closed 2 years ago

FieryPhoenix100 commented 2 years ago

I am trying to connect to the opc server using the opc.https protocol. When I try to do this, I get an error. Tell me is it possible to connect via the opc.https protocol?

awcullen commented 2 years ago

We only support opc.tcp protocol at this time. Sorry.

quinmars commented 2 years ago

Recently, I changed the TCP/IP only code to potentially support other transport channels. Now, a websocket profile, for example, could be added with little effort. Unfortunately for https there would be more steps to go. The current implementation insists to establish a secure connection, where https relies on the connection encryption. Maybe we will add https support at some point, but at your position I would not wait for it.