Securing Communication Between Two Mendix Apps in Private Cloud Using Custom CA
0
Hello everyone, I have two Mendix apps running in the Mendix Private Cloud. App1 needs to call App2 to retrieve data, and I want to secure this communication using a custom Certificate Authority (CA) that I created myself. My goal is to configure App2 to use this custom CA and ensure that all communication is secured accordingly. Is it possible to set up App2 as a trusted CA endpoint, or is there a recommended way to implement this kind of certificate-based security? For context i am using the Mendix Privat Cloud. I was considering handling this through a Java action, but I'm wondering if there’s a more efficient or standard approach within Mendix for this use case. Any advice or guidance would be greatly appreciated! Thanks in advance.