Twilio Account Faulted

Does anyone know how to fix Twilio with status “Faulted: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target”?

Running 8.1.8

Thanks!

Huh. My first guess is maybe you’re behind some corporate proxy or firewall that is trying to MITM the connection and present its own SSL certificate?

1 Like

I am having the same issue. Is there a way to manually install a cert that the twilio module can use?

If you are indeed behind some proxy or firewall that is presenting its own certificate then you can import it into Ignition’s trusted cert list: Adding Security Certificates into Keystores - Ignition User Manual 8.1 - Ignition Documentation

Otherwise, there is no certificate that the Twilio module uses, so maybe you have some other problem.

Yeah I am behind a proxy that does some of that MIM stuff. I can’t do anything about that so I will try to install the cert manually.

Thanks

Installing the cert manually seems to have fixed it for me. Thanks