I have a large number of file download links in a txt
file. I am trying to write a python
script to download all the files at once, but I end up with the following error:
SSLError: [Errno 1] _ssl.c:499: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
The file is being downloaded via intranet.
I tried to download the file via browser and I got a pop up with some certificate
. I tried to google it but didn't find a way to solve this.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…