Missing extension (thanks Igor).
authorCarl Hetherington <cth@carlh.net>
Wed, 15 Aug 2018 15:37:04 +0000 (16:37 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 15 Aug 2018 15:37:04 +0000 (16:37 +0100)
src/wx/gdc_certificate_panel.cc

index d4b82d19986102d3fc551471d1713060179044c8..a90f098f51b8e16874d9255cfd70a8763e2fbdf3 100644 (file)
@@ -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())