certificate error downloading WCS5

richard-vd

New Member
Hi,

Downloading WCS5 using wget on Debian 10 (Buster) failed with a certificate issue, please check:

# wget https://flashphoner.com/download-wcs5.2-server.tar.gz

--2020-06-29 12:16:30-- https://flashphoner.com/download-wcs5.2-server.tar.gz

Resolving flashphoner.com (flashphoner.com)... 188.166.201.77

Connecting to flashphoner.com (flashphoner.com)|188.166.201.77|:443... connected.

ERROR: The certificate of 'flashphoner.com' is not trusted.

ERROR: The certificate of 'flashphoner.com' has expired.
 

Max

Administrator
Staff member
Good day.
We raised the ticket WCS-2778 to check this.
As workaround, you can download WCS installation archive with --no-check-certificate wget option
Code:
wget --no-check-certificate https://flashphoner.com/download-wcs5.2-server.tar.gz
or using web browser.
 
Top