I\'m scraping some internal pages using Python and requests. I\'ve turned off SSL verifications and warnings.
requests.packages.urllib3.disable_warnings() p
On CentOS 7, search for the following content in /etc/pki/tls/openssl.cnf:
[ crypto_policy ] .include /etc/crypto-policies/back-ends/opensslcnf.config [ new_oids ]
Set 'ALL:@SECLEVEL=1' in /etc/crypto-policies/back-ends/opensslcnf.config.