View Single Post
Old 09-13-2022, 11:06 AM   #7552
JimmXinu
Plugin Developer
JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.
 
JimmXinu's Avatar
 
Posts: 7,028
Karma: 4604637
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
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 View Post
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
JimmXinu is offline   Reply With Quote