This error message means that the FileBot process wasn't able to establish a HTTPS connection:
Code: Select all
SSL handshake failed: Unable to establish a secure connection to api.filebot.net at this time. Please check your network configuration.
Code: Select all
SSLHandshakeException: ValidatorException: PKIX path building failed: SunCertPathBuilderException: unable to find valid certification path to requested target
Unfortunately, FileBot doesn't know the underlying reason. Could be a random network issue. Could be a man-in-the-middle attack. Could be specific to your location, or ISP, or VPN, etc. There's probably nothing you can do, other than trying different network configurations to see if something makes a difference, try different machine, try different wifi, try different VPN. This kind of problem may suddenly appear without apparent reason, but may also resolve itself without you doing anything after a few days or weeks.

If you are a network specialist with lots of SSL expertise, then you may be able to debug the back-and-forth packets with Wireshark. As a normal user, there's however nothing you can do but wait and hope that the problem resolves itself after a few days.
EDIT:

I've created a new thread on Stack Overflow:
How do I debug SSLHandshakeException and find the root cause?