Discussions about product bugs & problems!
Note: This is no replacement for the Official ETM Support!
6 posts • Page 1 of 1
6 posts
• Page 1 of 1
DmSilkin
Posts:23
Joined: Wed Jun 03, 2020 9:26 am
OPCUA incorrect server certificate
Postby DmSilkin »
Hello!
Recently, I'm using WinCCOA 3.17 P014. I found in documentation that since P011 it is possible to ignore certificate problems on the remote OPCUA server's side by setting _OPCUAServer.Config.Flags bit 9 to 1.
The value of this DPE (_MOL1.Config.Flags) now 00000000010000000000001000000000.
I also moved the cert to the folder data/opcua/client/PKI/CA/certs, but still i get errors when opcua client connects to server.
Its not a certifcate error. BadCertificateTimeInvalid means the time on the different systems are not synchronized.
OPC UA security requires synchronized clocks. The requirements for precision of the synchronization are low but a similar time must be ensured.
Yes, date and year are the same.
I still suppose that the reason of connection problem is a certificate.
I can't attach the picture, but if I connect to the OPCUA server via UaExpert I algo get warnings like: certificate has expired [BadCertificateTimeInvalid]
... validity:
Valid From: 02.04.2000
Valid To: 31.03.2010
DmSilkin wrote:
↑
Mon Nov 29, 2021 7:44 am
Recently, I'm using WinCCOA 3.17 P014. I found in documentation that since P011 it is possible to ignore certificate problems on the remote OPCUA server's side by setting _OPCUAServer.Config.Flags bit 9 to 1.
The value of this DPE (_MOL1.Config.Flags) now 00000000010000000000001000000000.