drush make is failing with
Unable to download drupal-7.51.tar.gz to /tmp/drush_tmp_1477011003_5809663b2ad11 from https://ftp.drupal.org/files/projects/drupal-7.51.tar.gz [1.63 sec, 5.59 MB]

Attempting to use wget:

wget --timeout=30 -O x-drupal-7.51.tar.gz https://ftp.drupal.org/files/projects/drupal-7.51.tar.gz

Returns:

ERROR: cannot verify ftp.drupal.org's certificate, issued by `/C=BE/O=GlobalSign nv-sa/CN=GlobalSign Organization Validation CA - SHA256 - G2':
  Unable to locally verify the issuer's authority.
ERROR: certificate common name `b2-alt.shared.global.fastly.net' doesn't match requested host name `ftp.drupal.org'.

Thanks!

Comments

uotonyh created an issue. See original summary.

drumm’s picture

Status: Active » Postponed (maintainer needs more info)

What version of wget do you have?

From #1931940: ERROR: The certificate of `drupal.org' is not trusted.

wget before 1.12.1 do not support the Server Alternative Names extension that our certificate uses.

uotonyh’s picture

GNU Wget 1.12 built on darwin10.3.0.

Does the point version matter? Should I grab a different wget from somewhere?

Thank you!

drumm’s picture

Assigned: Unassigned » drumm
Category: Bug report » Support request
Status: Postponed (maintainer needs more info) » Fixed

Yes, 1.12 is less than 1.12.1. You should upgrade to wget 1.13 or later.

uotonyh’s picture

Drat!

Fails with wget 1.18. Same error as above.

Thanks!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.