Skip to content
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

Closed
josephholsten opened this issue Nov 16, 2016 · 3 comments
Closed

HTTPS Apt repo #583

josephholsten opened this issue Nov 16, 2016 · 3 comments

Comments

@josephholsten
Copy link
Contributor

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/apt

Per #519, we know that sensu.global.ssl.fastly.net and repositories.sensuapp.org are 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.

@jaxxstorm
Copy link
Contributor

Yeah let's just switch it to the https repo, happy to accept a PR for that

@cwjohnston
Copy link
Contributor

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 repositories.sensuapp.org as an entry in the subjectAltName extension, but we are not recommending using https://repositories.sensuapp.org be used across the board because:

  • not all package management tools support SNI
  • not all distributions have a version of openssl which can successfully negotiate secure connections with this CDN, which requires TLS 1.2.

@ghoneycutt
Copy link
Collaborator

Fixed in v2.8.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants