Import SSL and export the certificate from the browser
context = ssl.create_default_context(cafile='www.ebay.com.pem') print("Opening URL... {}".format(context))