Carlos Aguni

Highly motivated self-taught IT analyst. Always learning and ready to explore new skills. An eternal apprentice.


Python disable ssl requests warning

06 Jan 2022 »
import urllib3
urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning)

https://stackoverflow.com/questions/27981545/suppress-insecurerequestwarning-unverified-https-request-is-being-made-in-pytho