Modify ↓
Opened 15 years ago
Closed 6 years ago
#6705 closed enhancement (duplicate)
Support fetching images from https with certificate file
Reported by: | anonymous | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | TracWikiToPdfPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description (last modified by )
Currently it is not possible to fetch images from https if a certificate file is required. The reason seems to be that the urlretrieve(theimg, newimg)
call in wikitopdf.py
does not support passing a certificate file.
Proposal:
Add a new trac_uricert
parameter for specifying a certificate file used for fetching the images.
Attachments (0)
Change History (2)
comment:1 Changed 6 years ago by
Owner: | Diorgenes Felipe Grzesiuk deleted |
---|
comment:2 Changed 6 years ago by
Description: | modified (diff) |
---|---|
Resolution: | → duplicate |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
No longer relevant after r17340. Closing as duplicate of #5856.