New Test Version Posted
2022-09-13
- Update embedded certifi to 2022.06.15.1
- Add use_ssl_default_seclevelone option for aneroticstory
Quote:
Originally Posted by sorin61
It seems that the plugin can't fetch metadata from aneroticstory.com
Maybe they changed something in the structure of the website?
|
I am seeing an SSL error with that site, but only in Calibre 6:
Code:
[SSL: WRONG_SIGNATURE_TYPE] wrong signature type (_ssl.c:997)
It's fine with FFF CLI and with Calibre 5 and earlier. Updating certifi store doesn't help.
Searching for that error finds that it is a problem with the site using an older SSL/TLS stack that newer clients won't use by default for security:
https://stackoverflow.com/questions/...uring-requests
https://github.com/psf/requests/issues/4775
The ideal solution would be for the site to update--it's been 4 years since this started happening to people.
Instead, I've added a config option to force FFF to use a lower security level. But you have to manually turn it on:
Code:
[www.aneroticstory.com]
use_ssl_default_seclevelone:true