Skip to content

[bootstrap] Use http instead of https (faster and easier to maintain)

André Anjos requested to merge use-http into master

This MR introduces a "preventive" change to the way we boostrap our CI builds. Instead of using https, we use the http version of our proxy. The https version is subject to certificate maintenance and may stop working w/o notice, despite our efforts. The http version will impose less CPU requirements to the server and will be faster and maintenance-free.

Edited by André Anjos

Merge request reports