Failed to connect Ignition OPC-UA server using Sign And Encrypt mechanism via Python OPC-UA client

I'm trying to connect with opcua-asyncio, with Anonymous access allowed. But I can't get it to work.
I have set the Security Policy to "None,Basic256Sha256"
Do I need to change Binding Addresses or Endpoint Addresses to make it work ?
I'm doing this over a local network, so not localhost

Set the "Bind Addresses" setting to 0.0.0.0 and restart.

1 Like