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