ndmitchell / hoogle

Haskell API search engine
http://hoogle.haskell.org/
Other
738 stars 134 forks source link

ERROR: cannot verify wiki.haskell.org's certificate #97

Closed mcfilib closed 9 years ago

mcfilib commented 9 years ago
% hoogle --version                                                                                                                                                                                      
Hoogle v4.2.37, (C) Neil Mitchell 2004-2012
http://haskell.org/hoogle

When I run hoogle data in fails at Command: wget -nv http://www.haskell.org/haskellwiki/Keywords --output-document=downloads/keyword.htm.

% hoogle data                                                                                                                                                                                           
Downloading downloads/keyword.htm
# keyword.htm (for downloads/keyword.htm)
ERROR: cannot verify wiki.haskell.org's certificate, issued by 'CN=GlobalSign Domain Validation CA - SHA256 - G2,O=GlobalSign nv-sa,C=BE':
  Unable to locally verify the issuer's authority.
To connect to wiki.haskell.org insecurely, use `--no-check-certificate'.
hoogle: Error when running Shake build system:
* default.hoo
* keyword.hoo
* keyword.txt
* downloads/keyword.htm.cache
* downloads/keyword.htm
user error (Development.Shake.command, system command failed
Command: wget -nv http://www.haskell.org/haskellwiki/Keywords --output-document=downloads/keyword.htm
Exit code: 5
Stderr:
ERROR: cannot verify wiki.haskell.org's certificate, issued by 'CN=GlobalSign Domain Validation CA - SHA256 - G2,O=GlobalSign nv-sa,C=BE':
  Unable to locally verify the issuer's authority.
To connect to wiki.haskell.org insecurely, use `--no-check-certificate'.
)
mcfilib commented 9 years ago

Looks like a dupe of https://github.com/ndmitchell/hoogle/issues/92. Apologies.

ndmitchell commented 9 years ago

I released 4.2.38 last night to fix this issue, which was tracked as #96 (#92 is actually subtly different, but the same fix works).

mcfilib commented 9 years ago

:+1:

mcfilib commented 9 years ago

4.2.38 worked fine.