After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 784719 - SQLite server does not redirect HTTP to HTTPS
SQLite server does not redirect HTTP to HTTPS
Status: RESOLVED FIXED
Product: jhbuild
Classification: Infrastructure
Component: module sets
unspecified
Other Mac OS
: Normal major
: ---
Assigned To: Jhbuild maintainers
Jhbuild QA
Depends on:
Blocks:
 
 
Reported: 2017-07-09 12:47 UTC by Tim Sheridan
Modified: 2017-07-09 16:31 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch fixing all instances (7.27 KB, patch)
2017-07-09 12:47 UTC, Tim Sheridan
committed Details | Review

Description Tim Sheridan 2017-07-09 12:47:53 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.