Kaspersky IoT Secure Gateway 100 does not establish a connection in the following cases:
trustList parameter lacks a 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 login and password.Basic128Rsa15 or Basic256 values for the policy field of the OPC UA v.1.4 protocol specification is considered to be obsolete 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:Any value for the policy or mode fields may result in the use of an unencrypted connection without a signature if this option is offered by the server as the priority option.