It seems like all it would take is something like this around line 2187 in simplepie.inc:
curl_setopt($fp, CURLOPT_SSLCERT, '/client/cert/file/path');
curl_setopt($fp, CURLOPT_SSLCERTPASSWD, 'clientcertpassword');
curl_setopt($fp, CURLOPT_SSL_VERIFYPEER, FALSE)
Is simpliepie.inc used without alteration? I'll go make my request with that project, too, on the bet that it is. Just thought I'd air the request here to see if other Drupalers would like to aggregate SSL feeds.
Comments
Comment #1
buddaYes it would be a request to make on the SimplePie project side, Feedparser just passes on the URL entered in the admin.
The included simplepie.inc is included in the package unchanged.
Comment #2
Chris Johnson commentedI put a request in over at SimplePie.org. I'm setting the status of this issue to Postponed to see what the chances are of the SimplePie folks adding such a feature.