url::ssl_capath()Global configuration: set the directory that holds CA certificates
url::ssl_capath(ca_path)
ca_path (string) — The directory. More information
boolean — Always returns true
import url
url.ssl_capath("/etc/certs")
url.get("https://example.com/")