FreeOpcUa / python-opcua

LGPL Pure Python OPC-UA Client and Server
http://freeopcua.github.io/
GNU Lesser General Public License v3.0
1.36k stars 658 forks source link

Prosys OPC UA Client not working anymore #703

Open igfarm opened 6 years ago

igfarm commented 6 years ago

After the updates in 10131b7 the examples/server-with-encryption.py stopped working with Prosys OPC UA Client.

When program tries to connect to the server running in another computer, it redirects to opc.tcp://0.0.0.0:4840 an it's not able to connect.

oroulet commented 6 years ago

And this works locally? And does it work with some other encryptions?

igfarm commented 6 years ago

It works properly without encryption, both remote and local using example/server-minimal.py

It does not work with encryption either remote or local using examples/server-with-encryption.py for any available encryption option.