D
D
DraksPlay2020-03-27 12:29:57
Python
DraksPlay, 2020-03-27 12:29:57

What should I do if I try to run a Python script through my VDS server and get an error?

raise SSLError(e)
requests.exceptions.SSLError: [Errno 1] _ssl.c:510: error:14090086:SSL routines: SSL3_GET_SERVER_CERTIFICATE:certificate verify failed

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
Sanes, 2020-03-27
@DraksPlay

The certificate is self-signed. You need to run it without checking verification.

P
Puma Thailand, 2020-03-27
@opium

most likely an old system, helps to update all packages and ca-certificates

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question