class Typhoeus::Easy
def ssl_capath=(capath)
" directory holding multiple CA certificates to verify the peer with. The certificate directory must be prepared using the openssl c_rehash utility. "
Set CAPATH
def ssl_capath=(capath) set_option(OPTION_VALUES[:CURLOPT_CAPATH], capath) end