리눅스에서 python3 및 requests를 설치하고 import 시 ImportError: urllib3 v2 only supports OpenSSL 1.1.1+, currently the 'ssl' module is compiled with 'OpenSSL 1.0.2k-fips 26 Jan 2017'. See: https://github.com/urllib3/urllib3/issues/2168 라고 오류가 발생한다. urllib3 v2는 OpenSSL 1.1.1+만 지원한다는건데, 사용중이 서버라 urllib3을 다운그레이드 하기로 함 pip3 install 'urllib3