X509 Certificate Authentication for WSC with Xojo

Hi all, good evening!

I’m playing with X509 protected Webservice SVC.

I’m trying to use it authenticating, with a X509 Certificate (.CER and .KEY).
I’m using a HTTPSecureSocket
Port 443

O’m passing the CerificateFile to the HTTPSecuresocket (.CER FILE)
and CertificatePassword = “The Password of that .CER File”
and
HTTPSecureSocket.LoadWSDLFromURL(“https://cfdidescargamasivasolicitud.clouda.sat.gob.mx/Autenticacion/Autenticacion.svc”)

But I got no success.

I also used a Pragma Break On Exceptions OFF to analyze with a TRY the SOAPExceptions

And I got this: WSDL could not be loaded from URL

I’dunno If O’m doing ok.
Any suggestions?