Kaspersky IoT Secure Gateway 100 does not establish a connection over the OPC UA protocol in the following cases:
trustList
parameter lacks a defined server certificate, and the AllowAll
value is not set.The OPC UA server and client establish an unsafe connection in the following cases:
null
value is set for the security
and userCredentials
settings blocks, and the server supports this type of connection.Any
value is set for the mode
and policy
fields, and the server offers the choice for an unsafe connection.Any weakening of the security settings reduces the security of the connection. For example, the following settings reduce the security of a connection over the OPC UA protocol:
null
value for the security
settings block will result in the use of a connection without encryption and without a signature.AllowAll
value for the trustList
field disables server certificate verification.null
value for the userCredentials
settings block disables the capability to connect to a server by using a username and password.Basic128Rsa15
and Basic256
values for the policy
field are considered to be obsolete in the OPC UA version 1.4 protocol specification because the SHA-1 hashing algorithm is no longer considered to be secure.None
value for the policy
or mode
fields will result in the following: