HTTPS Sessions being closed

Greetings,

I recently setup proxy and am able to intercept all http and some https traffic. However, I am getting some random failures. The connection to the server is failing with:

Some of them have to due with no matching cipher suites, such as:

10.19.48.4:60300: CONNECT graph.facebook.com:443
<< Cannot establish TLS with client (sni: graph.facebook.com): TlsException(“SSL handshake error: Error([(‘SSL routines’, ‘tls_post_process_client_hello’, ‘no shared cipher’)],)”,)

Any sugestions on how to debug this issue?

Thanks