yasserqureshi1 / Sneaker-Monitors

A collection of web monitors that notify of restocks or updates on sneaker related sites through Discord Webhook. This includes Shopify, Nike SNKRS (supports 42 countries), Supreme and now Footsite monitors!
GNU General Public License v3.0
463 stars 126 forks source link

SSl bug #2

Closed Leon-AroundMedia closed 4 years ago

Leon-AroundMedia commented 4 years ago

Hello,

Nice scripts/bot's. I get an error while trying to start the SNKRS monitor:

/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/urllib3/connectionpool.py:847: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings InsecureRequestWarning)

Did I something wrong?

yasserqureshi1 commented 4 years ago

Nope this is just a warning not an error. It makes unverified requests, so does not verify the target server’s SSL Certificate. This is not a problem.