url::ssl_verify_peer()Global configuration: set the verify of the peer's SSL certificate. The default configuration is 1
url::ssl_verify_peer(verify_peer)
verify_peer (number) — Verify peer's SSL certificate option. More information
boolean — Always returns true
import url
url.ssl_verify_peer(1)
url.get("https://example.com/")