Hello, currently having a problem with ignition edge 8.0.2.
I did the steps in other forums (deleted both certificates, restarted, I change the opcuser password in both sides, OPC and Users). When I restart the gateway it is doesn't generate new certificates.
I have an advice in OPC Connections " Ignition OPC UA Server this connection currently has no subscriptions, but we have a license.
I noticed in modules there is a Enterprise Administration module faulted
The log shows SocketIODelegate, UadcClientAssymetrc Handler
UadClientAcknowlrdgeHandler
Do you know what Else can I do?
Thank you
Before anything else, I would upgrade to 8.0.17, to ensure all available bug fixes are applied.
Try this advice from the original topic you posted this in: OPCUA certificate expired - #2 by Kevin.Herron
Thank you, I already did it but when I restart the ignition gateway it is not generating new certificates
Upload your logs here if you can, or give support a call.
UascServerAsymmetricHandler 29Oct2024 09:21:15 [remote=/127.0.0.1:54276] Exception caught; sent ErrorMessage{error=StatusCode{name=Bad_CertificateTimeInvalid, value=0x80140000, quality=bad}, reason=certificate is expired: Thu Jun 27 00:00:00 PDT 2019 - Mon Jun 27 00:00:00 PDT 2022}
io.netty.handler.codec.DecoderException: UaException: status=Bad_CertificateTimeInvalid, message=certificate is expired: Thu Jun 27 00:00:00 PDT 2019 - Mon Jun 27 00:00:00 PDT 2022
at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:472)
at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:278)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:359)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:345)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:337)
at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1408)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:359)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:345)
at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:930)
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:163)
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:677)
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:612)
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:529)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:491)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:905)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.eclipse.milo.opcua.stack.core.UaException: certificate is expired: Thu Jun 27 00:00:00 PDT 2019 - Mon Jun 27 00:00:00 PDT 2022
at org.eclipse.milo.opcua.stack.core.util.CertificateValidationUtil.validateCertificateValidity(CertificateValidationUtil.java:253)
at org.eclipse.milo.opcua.stack.core.security.DefaultCertificateValidator.validate(DefaultCertificateValidator.java:34)
at org.eclipse.milo.opcua.stack.server.transport.uasc.UascServerAsymmetricHandler.onOpenSecureChannel(UascServerAsymmetricHandler.java:200)
at org.eclipse.milo.opcua.stack.server.transport.uasc.UascServerAsymmetricHandler.decode(UascServerAsymmetricHandler.java:124)
at io.netty.handler.codec.ByteToMessageDecoder.decodeRemovalReentryProtection(ByteToMessageDecoder.java:502)
at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:441)
... 15 common frames omitted
Well, the problem was ignition is reading the certificate from another file, not the usual when it is installed. I deleted the certificates in that different path and it created new ones. Thank you for your time and experience.