Get your own website Result Size: 625 x 565
x
 
import requests
url = 'https://www.w3schools.com/python/demopage.php'
#make the request with the path to a TLS certificate:
x = requests.head(url, verify='folder/tlscertificate')
print(x.status_code)
200