View Single Post
Old 01-30-2018, 10:28 PM   #2602
readerboy7
Enthusiast
readerboy7 began at the beginning.
 
Posts: 44
Karma: 10
Join Date: Dec 2014
Device: Kindle Paperwhite
Whenever I try to download a fic from FFnet or fictionpress, I get the following error:
Code:
<urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:590)>
(example URLs: https://www.fanfiction.net/s/9750097/1 , https://www.fictionpress.com/s/2961893/1/)

Note that the SpaceBattles, SufficientVelocity, fimficiton, and AO3 fics I tried to download worked fine. It's only FFnet and fictionpress that gave me issues.

Additionaly, I am capable of viewing these pages in my browser. Not sure if that matters.

In the event you need it, personal.ini (safe version) is in the spoiler below.

Spoiler:
## This is an example of what your personal configuration might look
## like. Uncomment options by removing the '#' in front of them.

[defaults]
## [defaults] section applies to all formats and sites but may be
## overridden at several levels. Example:

## [defaults]
## titlepage_entries: category,genre, status
## [www.whofic.com]
## # overrides defaults.
## titlepage_entries: category,genre, status,dateUpdated,rating
## [epub]
## # overrides defaults & site section
## titlepage_entries: category,genre, status,datePublished,dateUpdated,dateCreated
## [www.whofic.com:epub]
## # overrides defaults, site section & format section
## titlepage_entries: category,genre, status,datePublished
## [overrides]
## # overrides all other sections
## titlepage_entries: category

## Some sites also require the user to confirm they are adult for
## adult content. Uncomment by removing '#' in front of is_adult.
is_adult:true

## Don't like the numbers at the start of chapter titles on some
## sites? You can use strip_chapter_numbers to strip them off. Just
## want to make them all look the same? Strip them off, then add them
## back on with add_chapter_numbers. Don't like the way it strips
## numbers or adds them back? See chapter_title_strip_pattern and
## chapter_title_add_pattern.
#strip_chapter_numbers:true
add_chapter_numbers:true

## Add this to genre if there's more than one category.
add_genre_when_multi_category: Crossover

## Some sites/authors/stories use br tags instead of p tags for
## paragraphs. This feature uses some heuristics to find and replace
## br paragraphs with p tags while preserving scene breaks.
#replace_br_with_p: true

# 'add_to_' concats on to existing param, thus the leading comma
add_to_extra_valid_entries:,oneshot
# oneshot is a copy of status because status itself isn't a list.
include_in_oneshot:status
# add oneshot to the tags that are included in epub & calibre.
add_to_include_subject_tags:,oneshot

# Change oneshot to ['Completed'] to ['Completed','Oneshot'] only when
# numChapters is exactly 1.
# with ',' instead of '\,' it would be ['Completed'] to
# ['Completed,Oneshot']--one string instead of two.
add_to_replace_metadata:
oneshot=>Completed=>Completed\,Oneshot&&numChapter s=>^1$
Pokemon=>Pokémon

[epub]
## include images from img tags in the body and summary of stories.
## Images will be converted to jpg for size if possible. Images work
## in epub format only. To get mobi or other format with images,
## download as epub and use Calibre to convert.
#include_images:true

## If not set, the summary will have all html stripped for safety.
## Both this and include_images must be true to get images in the
## summary.
#keep_summary_html:true

## If set, the first image found will be made the cover image. If
## keep_summary_html is true, any images in summary will be before any
## in chapters.
#make_firstimage_cover:true

## Resize images down to width, height, preserving aspect ratio.
## Nook size, with margin.
#image_max_size: 580, 725

## Change image to grayscale, if graphics library allows, to save
## space.
#grayscale_images: false


## Most common, I expect will be using this to save username/passwords
## for different sites. Here are a few examples. See defaults.ini
## for the full list.

[www.twilighted.net]
#username:XXXXXXXX
#password:XXXXXXXX
## default is false
#collect_series: true

[ficwad.com]
#username:XXXXXXXX
#password:XXXXXXXX


[www.adastrafanfic.com]
## Some sites do not require a login, but do require the user to
## confirm they are adult for adult content.
#is_adult:true

[www.fanficauthors.net]
username:XXXXXXXX
password:XXXXXXXX

[www.fictionalley.org]
#is_adult:true

[www.harrypotterfanfiction.com]
#is_adult:true

[www.fimfiction.net]
#is_adult:true
#fail_on_password:XXXXXXXX

[www.tthfanfic.org]
#is_adult:true
## tth is a little unusual--it doesn't require user/pass, but the site
## keeps track of which chapters you've read and won't send another
## update until it thinks you're up to date. This way, on download,
## it thinks you're up to date.
#username:XXXXXXXX
#password:XXXXXXXX


# I added this myself
[www.fanfiction.net]
add_to_keep_html_attrs:,style
add_to_replace_tags_with_spans:,font

[forums.spacebattles.com]
make_firstimage_cover: false


## This section will override anything in the system defaults or other
## sections here.
[overrides]
## default varies by site. Set true here to force all sites to
## collect series.
#collect_series: true

[https://forums.spacebattles.com/threads/472801/]
make_firstimage_cover: false
default_cover_image:https://forums.spacebattles.com/data...jpg?1482945866

[https://forums.spacebattles.com/threads/347113/]
make_firstimage_cover: false
default_cover_image:https://forums.spacebattles.com/data...jpg?1454529093


[https://forums.spacebattles.com/threads/414320/]
make_firstimage_cover: false

[https://forums.spacebattles.com/threads/389744/]
make_firstimage_cover: false

[https://forums.spacebattles.com/thre...aneum.352191/]
make_firstimage_cover: false

[www.example.com]
make_firstimage_cover: false

readerboy7 is offline   Reply With Quote