Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[zuul] Use https in sg_core_service_url
This fixes the tempest failure: Your browser sent a request that this server could not understand.<br /> Reason: You're speaking plain HTTP to an SSL-enabled server port.<br /> Instead use the HTTPS scheme to access this URL, please.<br /> The sg_core_service_url is passed straight through to the test and used as the URL base for HTTP requests. The https:// needs to be prefixed or else the connection will default to http, which is an issue when we have TLS everywhere.
- Loading branch information