class Curl::Easy

def ssl_verify_host?


is for the server it is known as.
Determine whether this Curl instance will verify that the server cert

can be one of [0,1,2]
Deprecated: call easy.ssl_verify_host instead

easy.ssl_verify_host? => boolean
call-seq:
def ssl_verify_host?
  ssl_verify_host.nil? ? false : (ssl_verify_host > 0)
end