How can I debug 'SSL handshake failed' errors?

I’m getting ‘Error doing job: SSL handshake failed’ in my error log, once every 5 seconds.

Is there a way I can debug this with extra info from the ‘auth’ and ‘http’ components at all? Is there a way of viewing the header data?

Right now trying to find what is causing my SSL errors feels more like an art than a science!

I managed to get rid of my SSL errors by disabling SSL in the HTTP component in the end.

Using some NGNIX wizardry I’m able to still have SSL, just without the involment of the HTTP component