X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fgdc_certificate_panel.cc;h=a90f098f51b8e16874d9255cfd70a8763e2fbdf3;hb=4a7ece0ebcb4cc8515822fdb6c9baec0394c935b;hp=b4352dff4ef70c1c6d559b32017a435967aeac48;hpb=998b2eea5640cda23950ff6c5e24bd1f9ccb160f;p=dcpomatic.git diff --git a/src/wx/gdc_certificate_panel.cc b/src/wx/gdc_certificate_panel.cc index b4352dff4..a90f098f5 100644 --- a/src/wx/gdc_certificate_panel.cc +++ b/src/wx/gdc_certificate_panel.cc @@ -45,10 +45,10 @@ 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(), - serial + wx_to_std(_serial->GetValue()) ); optional error = get_from_url (url, true, boost::bind (&DownloadCertificatePanel::load, this, _1));