Closed
Bug 452480
Opened 17 years ago
Closed 16 years ago
configure CA certificates for wget
Categories
(Firefox Build System :: MozillaBuild, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: ted, Assigned: ted)
Details
wget doesn't ship with CA certs, it expects them to be installed system-wide with OpenSSL, or you have to explicitly point it at them. This is a pain on Windows, so we should make wget in MozillaBuild preconfigured to work right.
1) Grab the cert bundle from http://curl.haxx.se/docs/caextract.html (it's Mozilla's CA certs in a format OpenSSL can understand). Alternately use that tool to pull the certs out of a Firefox install.
2) In c:/mozilla-build/wget/wget.ini, add:
ca_certificate=/location/of/the/file
Looks like we need an absolute path there, so we might have to do this in the installer.
Assignee | ||
Comment 1•16 years ago
|
||
Assignee: nobody → ted.mielczarek
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Updated•2 years ago
|
Product: mozilla.org → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•