Following the SO10496 and SO10498 patch installation on our environment, when launching ixp, the following error message pops up and is also seen in ixpDaemon.log
2020-10-07 15:28:17 ERROR SignedJarManager:127 - Error while trying to parse date 'Oct 17 18:59:59 CDT 2022' into format string 'MMM dd hh:mm:ss zzz yyyy'
2020-10-07 15:28:17 INFO SignedJarManager:128 - java.text.ParseException: Unparseable date: "Oct 17 18:59:59 CDT 2022"
2020-10-07 15:28:17 INFO IxpDaemon:3032 - ====WARNING====: Signed jar WEB-INF/lib/ixp.jar appears to have invalid date".
Release : 11.3
Component : COMMON ASSET API
To disable client-side warning/popup you may perform following steps. These steps will NOT hide error in ixp.log, but there will be no functional impact to iXp product.
1. Edit /etc/server.conf file using notepad.
2. Add following entry and save file:
IXP_IGNORE_EXPIRED_CERTS_NOTICE=true
3. Restart the iXp server before this particular change takes effect