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

Add option to allow https:// forwarding #165

Open
drahnr opened this issue Sep 16, 2024 · 0 comments
Open

Add option to allow https:// forwarding #165

drahnr opened this issue Sep 16, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@drahnr
Copy link

drahnr commented Sep 16, 2024

Add when attempting to pull quay.io/fedora:latest using https, one ends up with a blob with the following content that fails digest verification:

   1   │ <!doctype html>
   2   │ <html lang=en>
   3   │ <title>Redirecting...</title>
   4   │ <h1>Redirecting...</h1>
   5   │ <p>You should be redirected automatically to the target URL: <a href="https://cdn03.quay.io/quayio-production-s3/sha256/83/837f684a586d2d12139f55cb18ba3a3b129c4
       │ 9860a6c5a9e3289d131fda80db9?X-Amz-Algorithm=AWS4-HMAC-SHA256&amp;X-Amz-Credential=AKIAI5LUAQGPZRPNKSJA%2F20240916%2Fus-east-1%2Fs3%2Faws4_request&amp;X-Amz-Date
       │ =20240916T184134Z&amp;X-Amz-Expires=600&amp;X-Amz-SignedHeaders=host&amp;X-Amz-Signature=f8329124f01c1dd34d9323a94fc02f4840ad8221fd12dc211fb3fc264a659d10&amp;cf
       │ _sign=mJzpguG2g5hnJaU3eMmNRk8UYjSh8KledgZuVsF8iKLNItD7PVLK9%2Fz1MtQG2zQFPHAJdLhNZzQn5Oq90ZTCxZe2qGfpir0MCHjt5t4S9CbI8Q8ljG%2BIhH48ijsPJF8LIzeFoEkZVNSpOiy17YCi7Q
       │ 2SOEpTvyU9w5EPJN2eU7p0t3eO86%2BBVHXkcDG2TazabNh8275hrGOropAOgf8trfSUe7kzilvES%2BTsMXSiKTfMrGNmptGnsG7JoNZL2%2BHbgsef2iwy998zgGbng3%2BjuB%2F6NVr8qcFDcm4Jj3k8pSKU
       │ UzDw0uc1XwRAyY8lf%2Bs5ADMsVkp35Goqt8gx82TBeA%3D%3D&amp;cf_expiry=1726512694&amp;region=us-east-1&amp;namespace=fedora&amp;repo_name=fedora">https://cdn03.quay.i
       │ o/quayio-production-s3/sha256/83/837f684a586d2d12139f55cb18ba3a3b129c49860a6c5a9e3289d131fda80db9?X-Amz-Algorithm=AWS4-HMAC-SHA256&amp;X-Amz-Credential=AKIAI5LU
       │ AQGPZRPNKSJA%2F20240916%2Fus-east-1%2Fs3%2Faws4_request&amp;X-Amz-Date=20240916T184134Z&amp;X-Amz-Expires=600&amp;X-Amz-SignedHeaders=host&amp;X-Amz-Signature=f
       │ 8329124f01c1dd34d9323a94fc02f4840ad8221fd12dc211fb3fc264a659d10&amp;cf_sign=mJzpguG2g5hnJaU3eMmNRk8UYjSh8KledgZuVsF8iKLNItD7PVLK9%2Fz1MtQG2zQFPHAJdLhNZzQn5Oq90Z
       │ TCxZe2qGfpir0MCHjt5t4S9CbI8Q8ljG%2BIhH48ijsPJF8LIzeFoEkZVNSpOiy17YCi7Q2SOEpTvyU9w5EPJN2eU7p0t3eO86%2BBVHXkcDG2TazabNh8275hrGOropAOgf8trfSUe7kzilvES%2BTsMXSiKTfM
       │ rGNmptGnsG7JoNZL2%2BHbgsef2iwy998zgGbng3%2BjuB%2F6NVr8qcFDcm4Jj3k8pSKUUzDw0uc1XwRAyY8lf%2Bs5ADMsVkp35Goqt8gx82TBeA%3D%3D&amp;cf_expiry=1726512694&amp;region=us-
       │ east-1&amp;namespace=fedora&amp;repo_name=fedora</a>. If not, click the link.

Currently there is no possibility to my knowledge to pass i.e. reqwest options, it would be great to add such.

@thomastaylor312 thomastaylor312 added the enhancement New feature or request label Oct 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants