I am currently trying to get a Python script to work, but it always throws an SSL verification error. I want to disable the SSL verification check session wide. How can I do that?
Thank you in advance.
Best regards
I have already tried to install the SSL packages with pip, but it didn’t solve the issue. Now, I’m running out of ideas on what to do. Security isn’t a problem for me because I only use the script locally, so I just want to remove the verification check entirely.