you seem to have a lot of ocsp requests with body binary, how are you certain the request you are sending in the binary is an accurate one? if it is, have you verified the response for one of those requests?
a little info on ocsp..
When a user attempts to access a server, OCSP sends a request for certificate status information. The server sends back a response of "current", "expired," or "unknown." The protocol specifies the syntax for communication between the server (which contains the certificate status) and the client application (which is informed of that status). OCSP allows users with expired certificates a grace period, so they can access servers for a limited time before renewing.