다음을 통해 공유


SSLConfiguration 클래스

SSL 연결에 대한 구성입니다.

자세한 내용은 https://requests.readthedocs.io/en/master/user/advanced/#ssl-cert-verification 을 참조하세요.

상속
builtins.object
SSLConfiguration

생성자

SSLConfiguration()

변수

Name Description
SSLKeyFIle
str

ssl 연결에 대한 키 파일의 경로입니다.

SSLCertFile
str

ssl 연결에 대한 인증서 파일의 경로입니다.

SSLCaCerts
str 또는 bool

신뢰할 수 있는 CA 인증서가 있는 CA_BUNDLE 파일의 경로입니다.