Unifi Script: Wrong URL after #354

Closed
opened 2026-02-04 18:09:35 +03:00 by OVERLORD · 0 comments
Owner

Originally created by @thost96 on GitHub (Jan 20, 2025).

Have you read and understood the above guidelines?

yes

📜 What is the name of the script you are using?

ct/unifi.sh

📂 What was the exact command used to execute the script?

bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/unifi.sh)"

📝 Provide a clear and concise description of the issue.

The URL shown after successful setup of the LXC is giving an HTTP URL, but the endpoint itself is TLS secured, so HTTPS would be correct.
After Issue creation, I'll add a PR to fix it.

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Debian 12

🔄 Steps to reproduce the issue.

Run bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/unifi.sh)" and look at the Ouput given after successful installation. Doesn't change if run in Default oder Advanced Mode.

Paste the full error output (if available).

Bad Request
This combination of host and port requires TLS.

🖼️ Additional context (optional).

Image
Image

Originally created by @thost96 on GitHub (Jan 20, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? ct/unifi.sh ### 📂 What was the exact command used to execute the script? bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/unifi.sh)" ### 📝 Provide a clear and concise description of the issue. The URL shown after successful setup of the LXC is giving an HTTP URL, but the endpoint itself is TLS secured, so HTTPS would be correct. After Issue creation, I'll add a PR to fix it. ### ⚙️ What settings are you using? - [x] Default Settings - [x] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 12 ### 🔄 Steps to reproduce the issue. Run `bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/unifi.sh)"` and look at the Ouput given after successful installation. Doesn't change if run in Default oder Advanced Mode. ### ❌ Paste the full error output (if available). ``` Bad Request This combination of host and port requires TLS. ``` ### 🖼️ Additional context (optional). ![Image](https://github.com/user-attachments/assets/b84a445e-5367-45d1-8f17-41da3a24b52b) ![Image](https://github.com/user-attachments/assets/a7e1087a-fc69-414f-b242-e07bd167ff5f)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#354