I use Nginx and added the line: ssl_protocols TLSv1 TLSv1.1 TLSv1.2; to my server directive. It disabled SSLv3 with success but causes to another issue with Facebook.
Facebook doesn't manage to read open graph tags and I get the error:
Curl Error : OPERATION_TIMEOUTED Operation timed out after 10000 milliseconds with 0 bytes received
Anyone know how to solve that?