-
Notifications
You must be signed in to change notification settings - Fork 290
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HTTPS Apt repo #583
Comments
|
Yeah let's just switch it to the https repo, happy to accept a PR for that |
|
We recently repointed repositories.sensuapp.org at a new CDN map, see this blog post for more details. The new CDN map presents a certificate with
|
|
Fixed in v2.8.0 |
on systems using
apt, the current default (manifests/repo/apt.pp:23 is 'http://repositories.sensuapp.org/apt'Current docs recommend
https://sensu.global.ssl.fastly.net/aptPer #519, we know that
sensu.global.ssl.fastly.netandrepositories.sensuapp.orgare the same, the provided TLS cert is only valid for hosts present in the a.ssl.fastly.net SAN cert.An ideal solution would be to get fastly to add the subject to their cert (they have done this for other open source projects).
A not-terrible alternative would be switch the default to the fastly one so we can have TLS.
The text was updated successfully, but these errors were encountered: