Connecting an external OPC UA client to Ignition's OPC UA server

Hi Everyone,

I was trying to connect an external OPC UA client in a third party software to Ignition's OPC UA server, but I was not able to make the connection.

I use the following parameters in my client configuration:

For OPC UA server URL I use:
opc.tcp://localhost:port/discovery
(localhost is the IP of the machine hosting Ignition and third party software AND port is what has been set up in Ignition Gateway's server settings.)

For security policy and security mode I use: None
(None is supported in my Ignition Gateway's server settings)

For username and password I use: opcuauser and password

Are there any restrictions in connecting external (third party) OPC UA clients to Ignition's OPCUA Server?

Thanks

Ignition only listens to localhost out of the box. You'll have to change the listen address (the 0.0.0.0 wildcard is popular) and alter the security setup. All of this is in the docs:

Thanks @pturmel. In our server settings Bind Addresses parameter has been set up to 0.0.0.0.

Do I need to apply Ignition's OPC UA server certificate to the settings of third party OPC UA client?