Closed (duplicate)
Project:
Feeds
Version:
7.x-2.0-alpha4
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
30 Nov 2009 at 15:12 UTC
Updated:
21 Nov 2016 at 19:24 UTC
Jump to comment: Most recent
Optionally, FeedsSyndicationParser should suppress peer verification. This is necessary for SSL feeds with invalid certificates. In some circumstances it is fine to ignore warnings that result in a failed download. FeedAPI's Common Syndication parser supported this.
See CURLOPT_SSL_VERIFYPEER option for curl.
Comments
Comment #1
alex_b commentedPostponing for now.
Comment #2
Anonymous (not verified) commentedThe 7.x branch seems to implement this
I work with a custom "FeedsCustomHTTPFetcher.inc" and don't understand how to pass the setting $accept_invalid_cert = TRUE?
Comment #3
megachrizThis was fixed in #1062178: Add configuration option to allow invalid/unverified or (self certified) SSL certificates.