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.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | parser_common_syndication.settings.inc_.txt | 568 bytes | aufumy |
| feedapi_sslinsecure.patch | 2.14 KB | aufumy |
Comments
Comment #1
aufumy commentedand the settings file
Comment #2
aufumy commentedComment #3
aufumy commentedRealized 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
Comment #4
aron novakBut i think we can say that you can achieve your goal now, in the testing environment you can happily aggregate feeds from insecure urls.
Comment #5
aufumy commentedOne 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.