On 2018/01/07 10:44, Aaron Bieber wrote:
> Harra!
> 
> Here is an update to bring chirp to the latest (as of yesterday).
> 
> - Reformat the Makefile

no comment. :-]

> - Host dist file on my server, as ftp doesn't like their cert chain

The webserver config is broken, it has the server cert but is missing
the required chain certificate. Most letsencrypt clients write out a
file with both (fullchain.pem instead of cert.pem) and for most
webservers you just use fullchain.pem instead of cert.pem. It should
be an easy fix for the right person :)

(same problem on HOMEPAGE. some annoying graphical browsers auto-fetch
the chain cert so a lot of people don't notice anything is wrong until
someone tries to use curl/wget/ftp or runs the site through the ssllabs
checker..)

> -MASTER_SITES=        
> http://trac.chirp.danplanet.com/chirp_daily/daily-${MODPY_EGG_VERSION}/
> +MASTER_SITES =       https://deftly.net/dist/

I would do

MASTER_SITES=   
https://trac.chirp.danplanet.com/chirp_daily/daily-${MODPY_EGG_VERSION}/ \
                https://deftly.net/dist/

That way, if they fix it, it should flip straight over to the upstream
server, and it keeps the right URL visible in the makefile.

Reply via email to