[wp-trac] [WordPress Trac] #30434: Update the bundled Root SSL Certificate file
WordPress Trac
noreply at wordpress.org
Fri Nov 21 03:01:22 UTC 2014
#30434: Update the bundled Root SSL Certificate file
----------------------------+-------------------
Reporter: dd32 | Owner:
Type: task (blessed) | Status: new
Priority: normal | Milestone: 4.1
Component: HTTP API | Version: trunk
Severity: normal | Keywords:
Focuses: |
----------------------------+-------------------
Previously: #27017
> In #25007 we added a static set of root certificates for usage with
WP_HTTP as hosts certificates were often out of date.
> In order for us to not end up in the same boat, we need to keep our
certificate file up to date.
Commands run to generate:
{{{
wget https://raw.githubusercontent.com/bagder/curl/master/lib/mk-ca-
bundle.pl
chmod +x mk-ca-bundle.pl
./mk-ca-bundle.pl src/wp-includes/certificates/ca-bundle.crt
}}}
I then manually applied r25569 by moving that same certificate higher in
the file.
This is using the Mozilla "release" set of certificates (the list included
with the latest stable Mozilla release).
The NSS certificates are tracked through
[https://bugzilla.mozilla.org/buglist.cgi?order=Last%20Changed&resolution=FIXED&query_format=advanced&component=CA%20Certificates&product=NSS
the Mozilla BugZilla].
--
Ticket URL: <https://core.trac.wordpress.org/ticket/30434>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list