[wp-trac] [WordPress Trac] #27017: Time to update the HTTP SSL Root Certificate list
WordPress Trac
noreply at wordpress.org
Wed Feb 5 02:26:13 UTC 2014
#27017: Time to update the HTTP SSL Root Certificate list
----------------------------+-----------------------
Reporter: dd32 | Owner:
Type: task (blessed) | Status: new
Priority: normal | Milestone: 3.9
Component: HTTP API | Version:
Severity: normal | Keywords: has-patch
Focuses: |
----------------------------+-----------------------
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.
Attached is a diff, below are the commands I ran to generate it.
{{{
[wordpress-develop]# wget https://raw2.github.com/bagder/curl/master/lib
/mk-ca-bundle.pl
[wordpress-develop]# chmod +x mk-ca-bundle.pl
[wordpress-develop]# ./mk-ca-bundle.pl src/wp-includes/certificates/ca-
bundle.crt
Done (150 CA certs processed, 37 untrusted skipped).
}}}
I then manually applied r25569 by moving that same certificate higher in
the file (I couldn't get svn merge to do it..)
--
Ticket URL: <https://core.trac.wordpress.org/ticket/27017>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list