 
      
      url::ssl_cainfo()Global configuration: set the path to Certificate Authority (CA) bundle
url::ssl_cainfo(ca_info)
ca_info (string)  — CA bundle path. More information
boolean — Always returns true
import url
 
url.ssl_cainfo("/etc/certs/cabundle.pem")
url.get("https://example.com/")