-
Notifications
You must be signed in to change notification settings - Fork 794
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
Noting cached persistently #176
Comments
Try to append |
This works, but all files persisted are 403 or 404 replies from the upstream, no regular 200 replies, or the expected downloadable internet objects. What else I'm missing? |
HTTPS connections are not cached |
Ok, I see. Is there anyway I can make it work as expected? I need it to cache everything, so that I can copy the cached object to offline server manually, or can you suggest me any other similar solution that archive this? Thanks a lot. |
Possible, but not easy. Please read: https://serverfault.com/questions/350967/is-there-any-way-to-cache-https-requests-in-a-proxy-server |
Hello, I'm trying to build a "Download server" for our offline development environment by using polipo and docker. I've setup the polipo in my own notbook to test the ability of polipo, so far the cache ability is great, but I can't see any download object persist in the cached folder, so what's wrong with my config?
The text was updated successfully, but these errors were encountered: