error certificate not valid #15
-
multiple error like this one: Download failed - {'filename': '97119e25-9e54-4aea-a44a-087fe2e4970a.jpg', 'exception': SSLCertVerificationError(1, "[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: Hostname mismatch, certificate is not valid for 'c3.kemono.party'. (_ssl.c:1131)") query : python -m ktoolbox sync-creator https://kemono.su/fanbox/user/1709432/ |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
Maybe caused by proxy? |
Beta Was this translation helpful? Give feedback.
-
If certificate on Kemono server expired, we may needed to add an option to bypass SSL certificate verification. |
Beta Was this translation helpful? Give feedback.
-
Now can set |
Beta Was this translation helpful? Give feedback.
Now can set
ssl_verify
option toFalse
to disable SSL certificate verification.https://github.com/Ljzd-PRO/KToolBox#configuration