Enable SSL Cert Verification in Tests
When using the requests module, SSL certificates are verified for HTTPS requests, a setting that is enabled by default. If the verify argument is set to False, requests will accept any TLS certificate presented by the server, and will ignore hostname mismatches and/or expired certificates. This is susceptible to Intercept-attack attacks.