API connection TLS with certificates

I’m trying to figure out how to do with Xojo 2019 to connect to an API that is secured with TLS using 3 certificates (ca-cert.pem, cert.pem + key.pem).
The examples that I have work very well in Python. I did researches (doc, forum) to find out how to do that with Xojo but didn’t find anything.
BTW, I need to implement this in a Console Application, so the request has to be synchronous.
Does the new URLConnection handle this ? How ?

No answer here… maybe it’s not possible at this time.
I’ve moved to Python for this :frowning:

I’m not sure how to accomplish your task with Xojo. But, you can run Python within Xojo using this plugin.