[bug-notifications] [wget 0004942]: By default, wget should use /etc/opt/csw/ssl/certs as the CA directory
Mantis Bug Tracker
noreply at opencsw.org
Sat May 12 12:18:25 CEST 2012
A NOTE has been added to this issue.
======================================================================
https://www.opencsw.org/mantis/view.php?id=4942
======================================================================
Reported By: yann
Assigned To:
======================================================================
Project: wget
Issue ID: 4942
Category: regular use
Reproducibility: have not tried
Severity: minor
Priority: normal
Status: new
======================================================================
Date Submitted: 2012-05-12 12:17 CEST
Last Modified: 2012-05-12 12:18 CEST
======================================================================
Summary: By default, wget should use /etc/opt/csw/ssl/certs
as the CA directory
Description:
Currently, wget will use /etc/ssl/certs as the CA directory is no option is
given on the command line or in wgetrc. However CA certificates shipped
with OpenCSW in the ca_certificates package are located in
/etc/opt/csw/ssl/certs, so it would be better if wget could use that
location by default.
======================================================================
----------------------------------------------------------------------
(0009856) yann (developer) - 2012-05-12 12:18
https://www.opencsw.org/mantis/view.php?id=4942#c9856
----------------------------------------------------------------------
Exemple of problem:
# wget "https://security.appspot.com/downloads/vsftpd-3.0.0.tar.gz"
--2012-05-12 13:16:49--
https://security.appspot.com/downloads/vsftpd-3.0.0.tar.gz
Resolving security.appspot.com (security.appspot.com)... 173.194.78.141,
2a00:1450:8005::8d
Connecting to security.appspot.com
(security.appspot.com)|173.194.78.141|:443... connected.
ERROR: The certificate of `security.appspot.com' is not trusted.
ERROR: The certificate of `security.appspot.com' hasn't got a known
issuer.
# wget --ca-directory /etc/opt/csw/ssl/certs/
"https://security.appspot.com/downloads/vsftpd-3.0.0.tar.gz"
--2012-05-12 13:17:37--
https://security.appspot.com/downloads/vsftpd-3.0.0.tar.gz
Resolving security.appspot.com (security.appspot.com)... 173.194.78.141,
2a00:1450:8005::8d
Connecting to security.appspot.com
(security.appspot.com)|173.194.78.141|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 193166 (189K) [application/x-tar]
Saving to: `vsftpd-3.0.0.tar.gz'
100%[==============================================================================================================================>]
193,166 317K/s in 0.6s
2012-05-12 13:17:39 (317 KB/s) - `vsftpd-3.0.0.tar.gz' saved
[193166/193166]
More information about the bug-notifications
mailing list