-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ssl error #81
Comments
Hi. I will add the options to allow ignoring such conditions. To be honest this seems to be a problem with certificate file itself. On the other side, only Python libraries seems to have a problem with it (the ssl validation sites are accepting those certs). |
Hi, me again, I have run the script with your config, seems to work, maybe the server owner checked their certificates.
But I will probably implement the option for the downloading. |
Hmm okay. I will try to remove and reinstall the module tomorrow and see if that works. /Hilding |
Describe the bug
I get a ssl error when trying to download a podcast. The same config works on another conputer on another network.
Error:
C:\Windows\system32>python -m podcast_downloader [←[2m2024-12-17 16:28:07←[0m] Loading configuration (from file: "←[97m~/.podcast_downloader_config.json←[0m") [←[2m2024-12-17 16:28:07←[0m] ←[31mError:←[0m Error while checking the link: 'https://access.acast.com/rss/9760d2f2-0092-402b-b106-377cd9e8630e/default': <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: Basic Constraints of CA cert not marked critical (_ssl.c:1018)> [←[2m2024-12-17 16:28:07←[0m] Finished
Config:
{ "if_directory_empty": "download_all_from_feed", "podcasts": [ { "name": "Fråga Anders och Måns", "rss_link": "https://access.acast.com/rss/9760d2f2-0092-402b-b106-377cd9e8630e/default", "path": "~/podcasts/faom", "file_name_template": "%title%.%file_extension%" } ] }
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: