Hi Tim,
See this link for a discussion about how the root CA isn't trusted by Java by default. You'll need to upload the root CA into your modeler and the cloud portal. I was able to download this CA using Chrome. This was on a Mac so it's possible the end of the instructions might change slightly. It's the same general process though.
When I try to go to the URL you specified, I ended up here:
https://www.sourcerers.nl/team/5-tim-van-steenbergen
EDIT: On windows the process is:
For the doc that "test qert" mentioned: here (/howto/integration/use-a-client-certificate). Since at Tieka the certificate is not password-protected, this procedure is far simpeler than the docs describe. Better is:
+Some services require you to authenticate using a client certificate. A certificate can be public or protected with password.
+### A public certificate:
+- can get downloaded using the any browser,
+- saved as a .cer-file or a .P7B-file,
+- uploaded in the Project->Settings tab Certificates.
+And your project is ready for use.
+
+### A password protected certificate:
+If the certificate is password protected then downloading the certificate from the brower will get you a different filetype: .pfx. This how-to describes how to configure your app to use certificates of pfx-filetype.
I added this piece of text to the docs.
You could get the root CA or issuing CA from their website:
https://www.quovadisglobal.nl/Repository/DownloadRootsAndCRL.aspx
Upload this in your app, see here for documentation on certificate uploading etc.
For the Records: If you’re using Mendix for Private Cloud make sure to add your CA certificate into your kubernetes namespace using following instructions: https://docs.mendix.com/developerportal/deploy/private-cloud-cluster/#custom-tls
Unfortunately, this does not work anymore...