Forum

When downloading hiawatha-9.5.tar.gz, receive a Certificate Error

Brian Zerangue
8 May 2014, 20:35
I am receiving an error when trying to download hiawatha-9.5.tar.gz.

wget https://www.hiawatha-webserver.org/files/hiawatha-9.5.tar.gz

After running this, I get this... response.

ERROR: cannot verify www.hiawatha-webserver.org's certificate, issued by...
Unable to locally verify the issuer's authority.
ERROR: certificate common name `*.leisink.net' doesn't match requested host name `www.hiawatha-webserver.org'.
To connect to www.hiawatha-webserver.org insecurely, use `--no-check-certificate'.

---

Hiawatha version: 9.5
Operating System: Ubuntu 12.04.4 LTS
Hugo Leisink
8 May 2014, 20:48
The problem here is that wget doesn't support Server Name Indication [en.wikipedia.org]. Try using curl instead.
Mustafa Ramadhan
10 May 2014, 08:38
Try 'wget https://www.hiawatha-webserver.org/files/hiawatha-9.5.tar.gz --no-check-certificate'
This topic has been closed.