GNOME Bugzilla – Bug 784719
SQLite server does not redirect HTTP to HTTPS
Last modified: 2017-07-09 16:31:49 UTC
Created attachment 355209 [details] [review] Patch fixing all instances The SQLite web server refuses HTTP connections, rather than elevating them to HTTPS connections as many servers do. They might tweak their server settings, but it's right that we should use HTTPS URLs in jhbuild to get SQLite. I'm noticed this with the bootstrap moduleset, but I've attached a patch updating fixing all instances.