I encountered SSL certificate error while running my Python Flask project. The issue seems to be network-specific. Here’s the situation:
- When I run the project while connected to my office network, I get
an SSL certificate validation error.
- However, when I switch to my personal WiFi, the project works
perfectly without any SSL errors.