Anybody knows how to force ssl v3 in pop3s or smtps? A have some services that only allow ssl3 connections but xymon do ssl2 check by default and cheeks fails.<div>I got this working setting this line:</div><div><br></div>

<div>    contest.h   ->  #define SSLVERSION_DEFAULT 0</div><div><br></div><div>into this one:</div><div><br></div><div>    contest.h   ->  #define SSLVERSION_DEFAULT 2</div><div><br></div><div>and recompile but I don't know if there is a easier way to do it.</div>

<div><br></div><div>Cheers,</div><div>    Raul</div>