• 카테고리

    질문 & 답변
  • 세부 분야

    프로그래밍 언어

  • 해결 여부

    미해결

이런 에러는 어떻게 해결할까요...

18.11.08 15:18 작성 조회수 172

0

SSL handshake failed on verifying the certificate

protocol: <asyncio.sslproto.SSLProtocol object at 0x106f89a90>

transport: <_SelectorSocketTransport fd=10 read=polling write=<idle, bufsize=0>>

Traceback (most recent call last):

File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/asyncio/sslproto.py", line 625, in _on_handshake_complete

raise handshake_exc

File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/asyncio/sslproto.py", line 189, in feed_ssldata

self._sslobj.do_handshake()

File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/ssl.py", line 763, in do_handshake

self._sslobj.do_handshake()

ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate in certificate chain (_ssl.c:1051)

SSL error in data received

protocol: <asyncio.sslproto.SSLProtocol object at 0x106f89a90>

transport: <_SelectorSocketTransport closing fd=10 read=idle write=<idle, bufsize=0>>

Traceback (most recent call last):

File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/asyncio/sslproto.py", line 526, in data_received

ssldata, appdata = self._sslpipe.feed_ssldata(data)

File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/asyncio/sslproto.py", line 189, in feed_ssldata

self._sslobj.do_handshake()

File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/ssl.py", line 763, in do_handshake

self._sslobj.do_handshake()

ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate in certificate chain (_ssl.c:1051)

✘ BackendClientError('Request to the API endpoint has failed.nCheck your network connection and/or the server status.')

답변 0

답변을 작성해보세요.

답변을 기다리고 있는 질문이에요.
첫번째 답변을 남겨보세요!