Opened 8 years ago

Closed 8 years ago

#3546 closed defect (fixed)

github mirror is down

Reported by: dbaston Owned by: robe
Priority: medium Milestone:
Component: management Version:
Keywords: Cc:

Description

Seems to be stuck at April 28th.

Change History (2)

comment:1 by strk, 8 years ago

On April 28th I changed one component of the complex mirroring system to redirect from http to https, and the OSGeo machine hosting the SVN repository is not trusting the https certificate of the mirroring host.

Filed in the svn-hook repository:

https://git.osgeo.org/gogs/postgis/postgis-svn-hooks/issues/1

See https://trac.osgeo.org/osgeo/ticket/1654 for a way to simplify the architecture.

comment:2 by strk, 8 years ago

Milestone: PostGIS 2.2.3
Resolution: fixed
Status: newclosed
Version: 2.2.x

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

Note: See TracTickets for help on using tickets.