Author: Craig Small <csmall@debian.org>
Description: Use system CA file
 Instead of the shipped CA file use the system one found in the
 Debian ca-certificates package.
Bug-Debian: http://bugs.debian.org/748965
Reviewed-by: Craig Small <csmall@debian.org>
Last-Update: 2019-03-03
--- a/wp-includes/class-http.php
+++ b/wp-includes/class-http.php
@@ -206,7 +206,7 @@
 			'compress'            => false,
 			'decompress'          => true,
 			'sslverify'           => true,
-			'sslcertificates'     => ABSPATH . WPINC . '/certificates/ca-bundle.crt',
+			'sslcertificates'     => '/etc/ssl/certs/ca-certificates.crt',
 			'stream'              => false,
 			'filename'            => null,
 			'limit_response_size' => null,
