[postgis-tickets] [PostGIS] #3546: github mirror is down

PostGIS trac at osgeo.org
Thu May 12 03:10:58 PDT 2016


#3546: github mirror is down
-------------------------+--------------------
  Reporter:  dbaston     |      Owner:  robe
      Type:  defect      |     Status:  closed
  Priority:  medium      |  Milestone:
 Component:  management  |    Version:
Resolution:  fixed       |   Keywords:
-------------------------+--------------------
Changes (by strk):

 * status:  new => closed
 * version:  2.2.x =>
 * resolution:   => fixed
 * milestone:  PostGIS 2.2.3 =>


Comment:

 Should be fixed again now. The problem was that the mirroring service was
 forced to use HTTPS but the version of "wget" on the SVN server was too
 old to support virtual-host based SSL
 (https://en.wikipedia.org/wiki/Server_Name_Indication) so the server
 returned a random certificate which happened not to match the requested
 host.

 It was fixed by using "curl" instead of "wget", which did not suffer from
 this problem.
 See https://git.osgeo.org/gogs/postgis/postgis-svn-
 hooks/commit/06380c745702d25d5f1dc47375a511542aa4b152

--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3546#comment:2>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.


More information about the postgis-tickets mailing list