[PR #2460] [CLOSED] Update apt-cacher-ng-install.sh #3779

Closed
opened 2026-02-26 13:34:37 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/2460
Author: @blackliner
Created: 2/17/2025
Status: Closed

Base: mainHead: patch-1


📝 Commits (1)

  • 08e802a Update apt-cacher-ng-install.sh

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 install/apt-cacher-ng-install.sh (+1 -1)

📄 Description

✍️ Description

The current PassThroughPattern: .* does not work for me. I had to use PassThroughPattern: ^(.*):443$, found it here.

Please, someone double check if the current pattern works for anyone? I do get the following error messages when running apt update for HTTPS repos:

Err:11 https://pkgs.tailscale.com/stable/ubuntu focal InRelease
  Invalid response from proxy: HTTP/1.0 403 CONNECT denied (ask the admin to allow HTTPS tunnels)     [IP: 192.168.1.131 3142]
Err:12 https://nvidia.github.io/libnvidia-container/stable/ubuntu18.04/amd64  InRelease
  Invalid response from proxy: HTTP/1.0 403 CONNECT denied (ask the admin to allow HTTPS tunnels)     [IP: 192.168.1.131 3142]
Err:16 https://deb.nodesource.com/node_16.x focal InRelease
  Invalid response from proxy: HTTP/1.0 403 CONNECT denied (ask the admin to allow HTTPS tunnels)     [IP: 192.168.1.131 3142]

Link: #

Prerequisites

Before this PR can be reviewed, the following must be completed:

  • Self-review performed – Code follows established patterns and conventions.
  • [] Testing performed – Changes have been thoroughly tested and verified.

🛠️ Type of Change

Select all that apply:

  • 🐞 Bug fix – Resolves an issue without breaking functionality.
  • [] New feature – Adds new, non-breaking functionality.
  • [] 💥 Breaking change – Alters existing functionality in a way that may require updates.
  • [] 🆕 New script – A fully functional and tested script or script set.

📋 Additional Information (optional)


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/community-scripts/ProxmoxVE/pull/2460 **Author:** [@blackliner](https://github.com/blackliner) **Created:** 2/17/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`08e802a`](https://github.com/community-scripts/ProxmoxVE/commit/08e802ae1031fc8f4795f12720a5fd91be8fc846) Update apt-cacher-ng-install.sh ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `install/apt-cacher-ng-install.sh` (+1 -1) </details> ### 📄 Description ## ✍️ Description The current `PassThroughPattern: .*` does not work for me. I had to use `PassThroughPattern: ^(.*):443$`, found it [here](https://wiki.debian.org/AptCacherNg). Please, someone double check if the current pattern works for anyone? I do get the following error messages when running `apt update` for `HTTPS` repos: ``` Err:11 https://pkgs.tailscale.com/stable/ubuntu focal InRelease Invalid response from proxy: HTTP/1.0 403 CONNECT denied (ask the admin to allow HTTPS tunnels) [IP: 192.168.1.131 3142] Err:12 https://nvidia.github.io/libnvidia-container/stable/ubuntu18.04/amd64 InRelease Invalid response from proxy: HTTP/1.0 403 CONNECT denied (ask the admin to allow HTTPS tunnels) [IP: 192.168.1.131 3142] Err:16 https://deb.nodesource.com/node_16.x focal InRelease Invalid response from proxy: HTTP/1.0 403 CONNECT denied (ask the admin to allow HTTPS tunnels) [IP: 192.168.1.131 3142] ``` ## 🔗 Related PR / Discussion / Issue Link: # ## ✅ Prerequisites Before this PR can be reviewed, the following must be completed: - [x] **Self-review performed** – Code follows established patterns and conventions. - [] **Testing performed** – Changes have been thoroughly tested and verified. ## 🛠️ Type of Change Select all that apply: - [x] 🐞 **Bug fix** – Resolves an issue without breaking functionality. - [] ✨ **New feature** – Adds new, non-breaking functionality. - [] 💥 **Breaking change** – Alters existing functionality in a way that may require updates. - [] 🆕 **New script** – A fully functional and tested script or script set. ## 📋 Additional Information (optional) <!-- Provide extra context, screenshots, or references if needed. --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 13:34:37 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ProxmoxVE#3779
No description provided.