Maor Goaz

Results 2 comments of Maor Goaz

For future viewers, I couldn't solve this issue without skipping SSL verification, so here's how to skip it: ``` import ssl ssl._create_default_https_context = ssl._create_unverified_context ``` With the above code snippet:...

@mkardas Works great, thanks! Should I close this issue?