Changes between Initial Version and Version 1 of Ticket #30667
- Timestamp:
- 12/11/2014 01:31:59 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30667
-
Property
Component
changed from
General
toHTTP API
-
Property
Summary
changed from
Allow custom certificate store for Wordpress HTTP API
toAllow custom certificate store for WordPress HTTP API
-
Property
Component
changed from
-
Ticket #30667 – Description
initial v1 1 1 We 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. 2 2 3 When we attempt a network update, we receive an SSL error. Now, we presently add our certificates to Word press' certificate store, but we prefer not to patch core every time we ingest an update.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. 4 4 5 5 My 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?