When doing testing on development servers with self-signed certificates, change curl options for those servers, to allow the request.
CURLOPT_SSL_VERIFYPEER and CURLOPT_SSL_VERIFYHOST to false.

Comments

aufumy’s picture

StatusFileSize
new568 bytes

and the settings file

aufumy’s picture

Title: Allowed secure testing environment feeds » Allowed insecure testing environment feeds
aufumy’s picture

Realized that there is a partial solution that addresses the issue by adding a checkbox to each content type to turn on/off curl options.

http://drupal.org/node/416156

aron novak’s picture

Status: Needs review » Closed (duplicate)

But i think we can say that you can achieve your goal now, in the testing environment you can happily aggregate feeds from insecure urls.

aufumy’s picture

One benefit of this method, is that the settings do not have to be changed depending on what server you are on. You don't have to remember to modify the setting when you pull from live to staging or push from staging to live.