SSL: certyfikat_verify_Failed with Python3

import ssl

ssl._create_default_https_context = ssl._create_unverified_context
johnwick229