wardmundy
Nerd Uno
- Joined
- Oct 12, 2007
- Messages
- 20,223
- Reaction score
- 5,977
Be advised that a number of pCloud's servers currently have expired certificates for filedn.com. If you get an error downloading some of our files with wget, the temporary fix is wget --no-check-certificate https://filedn.com...
If the downloaded file is an installation script, be sure to also issue the following command with the scriptname before running the script:
For Incredible PBX 2026 installs, the commands would look like this:
Please do NOT run the Automatic Update Utility until this is resolved.
Hopefully, pCloud devs will improve their math skills BEFORE the next certificate expiration date.
If the downloaded file is an installation script, be sure to also issue the following command with the scriptname before running the script:
Code:
sed -i 's|wget https://filedn.com|wget --no-check-certificate https://filedn.com|' scriptname
For Incredible PBX 2026 installs, the commands would look like this:
Code:
wget --no-check-certificate https://filedn.com/lBgbGypMOdDm8PWOoOiBR7j/IncrediblePBX2026/IncrediblePBX2026.sh
chmod +x IncrediblePBX2026.sh
sed -i 's|wget https://filedn.com|wget --no-check-certificate https://filedn.com|' IncrediblePBX2026.sh
./IncrediblePBX2026.sh
Please do NOT run the Automatic Update Utility until this is resolved.
Hopefully, pCloud devs will improve their math skills BEFORE the next certificate expiration date.

Last edited: