Proxy 환경에서 Linux 에 인증서 설정하는 방법

jelly
1 min readMar 31, 2020

--

  1. python ssl 인증 에러 해결
  • 인증서 등록
export REQUESTS_CA_BUNDLE=/etc/ssl/certs/인증서.pem  
  • certification error 해결
vi ~/.pip/pip.conf [global]
proxy = [proxy server ip]
trusted-host = pypi.python.org
pypi.org
files.pythonhosted.org

2. cacert 인증 에러 해결

export CACERT=/etc/ssl/certs/인증서.pem

3. dart 에서 handshake 에러 해결

export DART_VM_OPTIONS=--root-certs-file=/etc/ssl/certs/인증서.pem

--

--

jelly
jelly

Written by jelly

Test Eng? Test Devloper? Devloper?

No responses yet