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 support #34

Open
marmarek opened this issue Feb 26, 2021 · 0 comments
Open

HTTPS support #34

marmarek opened this issue Feb 26, 2021 · 0 comments

Comments

@marmarek
Copy link

Description of issue or feature request:

Make it possible to use HTTPS to access the actual apt repository.
Currently enabling intoto is by changing sources.list entry, for example:
from: deb https://deb.debian.org/debian bullseye main
to: deb intoto://deb.debian.org/debian bullseye main

Current behavior:

When enabling intoto this way, deb.debian.org is accessed via HTTP, not HTTPS.

Expected behavior:

A way to specify whether the repository should use HTTP or HTTPS. Maybe "intotos" symlink to "intoto", similar to "https" -> "http" symlink (plus, obviously appropriate handling in intoto.py)?

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

1 participant