Browse Source

Apparently APT has no driver for HTTPS. That's going to play well in
a fully encrypted universe. Maybe just on old releases.

svn path=/apt-tools/; revision=6358

Rob Austein 9 years ago
parent
commit
35669c656f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rpki-pbuilder.py

+ 1 - 1
rpki-pbuilder.py

@@ -55,7 +55,7 @@ parser.add_argument("--apt-user", default = "aptbot",
                     help = "username for uploading apt repository to public web server")
 parser.add_argument("--url-host", default = "download.rpki.net",
                     help = "hostname of public web server")
-parser.add_argument("--url-scheme", default = "https",
+parser.add_argument("--url-scheme", default = "http",
                     help = "URL scheme of public web server")
 parser.add_argument("--url-path", default = "/APT",
                     help = "path of apt repository on public web server")