gryn-alina commented on issue #4047:
URL: 
https://github.com/apache/logging-log4j2/issues/4047#issuecomment-3870400702

   Hi @vy , 
   
   Sorry for the @ not sure if you had seen this 🙏 (Thank you for all your 
assistance 🙇 )
   
   Regarding the issue, log4j 2.25.1 version had the following bug: 
https://github.com/apache/logging-log4j2/issues/3947
   This issue is fixed in log4j 2.25.3 version. However, after this fix, looks 
like the SSL XML element is required. Adding it with using Mule runtime, which 
has log4j 2.25.3 version, resolved the issue. 
   The following configurations works:
   
     <Ssl>
   <TrustStore location="${sys:syslog.trustStore.location}" // points to java 
standard certificates
                                        
password="${secure:sys:syslog.trustStore.password}" />
                                </Ssl>
   or 
   <Ssl/>(please let me know if this ine could cause issues later on)
   Regards,
   Alina


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to