Opened 7 years ago
Closed 7 years ago
#3816 closed defect (fixed)
Census site now using https SSLV3
Reported by: | robe | Owned by: | robe |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 2.3.4 |
Component: | tiger geocoder | Version: | 2.3.x |
Keywords: | Cc: |
Description
In testing it looks like census has standardized on https.
In the tiger.loader_variables, we currently have site set to:
which ends up redirecting to
So this should be changed to avoid the redirect.
In doing so I realized old wget listed in our manual - http://gnuwin32.sourceforge.net/packages/wget.htm does not support SSLv3.
But I did find a newer one from:
https://eternallybored.org/misc/wget/
that does support SSLv3.
So I should probably update the windows docs to reflect that.
Note:
See TracTickets
for help on using tickets.
In 15585: