From: Carl Hetherington Date: Wed, 15 Aug 2018 15:37:04 +0000 (+0100) Subject: Missing extension (thanks Igor). X-Git-Tag: v2.13.43~24^2 X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;h=32e2c7b2a3cfabc9110f0b4720cc5d48185f9934;p=dcpomatic.git Missing extension (thanks Igor). --- diff --git a/src/wx/gdc_certificate_panel.cc b/src/wx/gdc_certificate_panel.cc index d4b82d199..a90f098f5 100644 --- a/src/wx/gdc_certificate_panel.cc +++ b/src/wx/gdc_certificate_panel.cc @@ -45,7 +45,7 @@ GDCCertificatePanel::do_download () } string const url = String::compose( - "ftp://%1:%2@ftp.gdc-tech.com/SHA256/A%3", + "ftp://%1:%2@ftp.gdc-tech.com/SHA256/A%3.crt.pem", Config::instance()->gdc_username().get(), Config::instance()->gdc_password().get(), wx_to_std(_serial->GetValue())