Changes between Initial Version and Version 2 of Ticket #6705


Ignore:
Timestamp:
Feb 18, 2019, 7:03:08 AM (5 years ago)
Author:
Ryan J Ollos
Comment:

No longer relevant after r17340. Closing as duplicate of #5856.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6705

    • Property Owner Diorgenes Felipe Grzesiuk deleted
    • Property Status changed from new to closed
    • Property Resolution changed from to duplicate
  • Ticket #6705 – Description

    initial v2  
    1 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.
     1Currently 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.
    22
    33Proposal:
    4 Add a new "trac_uricert" parameter for specifying a certificate file used for fetching the images.
     4
     5Add a new `trac_uricert` parameter for specifying a certificate file used for fetching the images.