Vaisala OPC Connection through Ignition

Hello,
I am having some issues connecting to an OPC UA server (Vaisala). I can read the OPC UA Server's name but when I try to connect I am receiving:

UaServiceFaultException: status=Bad_UserAccessDenied, message=User does not have permission to perform the requested operation.
at org.eclipse.milo.opcua.stack.client.UaStackClient.lambda$deliverResponse$5(UaStackClient.java:337)
at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)

8.1.45 (b2025010709)
Azul Systems, Inc. 17.0.13

Also, the VAISALA server has this requirements:

But I realized that my client certificate does not have the DNS information, how could I add it?

Best regards.

Sounds like you just have the wrong username/password or one without enough permission.

Thanks.
Yes, it looks that the username and password that the administrator gave to me, were wrong.