Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #30667


Ignore:
Timestamp:
12/11/2014 01:31:59 AM (11 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #30667

    • Property Component changed from General to HTTP API
    • Property Summary changed from Allow custom certificate store for Wordpress HTTP API to Allow custom certificate store for WordPress HTTP API
  • Ticket #30667 – Description

    initial v1  
    11We run a multisite deployment with development/staging environments where we test updates prior to pushing them out to production. These run on HTTPS using certificates signed by our internal certificate authority.
    22
    3 When we attempt a network update, we receive an SSL error. Now, we presently add our certificates to Wordpress' certificate store, but we prefer not to patch core every time we ingest an update.
     3When we attempt a network update, we receive an SSL error. Now, we presently add our certificates to WordPress' certificate store, but we prefer not to patch core every time we ingest an update.
    44
    55My thinking is there should be a filter added that allows a plugin to specify a custom SSL CA store that will be automatically loaded. Does this seem reasonable?