Which configurations are required for HTTP Listener to enable mTLS authentication?

Which configurations are required for HTTP Listener to enable mTLS authentication?
A . Set an appropriate reconnection strategy and use persistent connections for the listener
B . Set an appropriate keystore configuration and use persistent connections for the listener
C . Set an appropriate keystore and truststore configuration for the listener
D . Set an appropriate truststore configuration and reconnection strategy for the listener

Answer: C

Explanation:

To enable mTLS authentication for HTTP Listener, the developer needs to set an appropriate keystore and truststore configuration for the listener. The keystore contains the certificate and private key of the Mule application that are used to prove its identity to clients. The truststore contains the certificates of trusted clients that are allowed to access the Mule application.

References: https://docs.mulesoft.com/mule-runtime/4.3/tls-configuration#mutual-authentication

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments