Closed (fixed)
Project:
Feeds
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
6 Jan 2016 at 00:07 UTC
Updated:
20 Jan 2016 at 20:44 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
diamondseaComment #3
diamondseaThis patch disables hostname checking within the SSL certificate when the accept_invalid_cert option is set.
Comment #4
diamondseaComment #5
mmcintosh commentedreviewing and testing this patch
Comment #6
mmcintosh commentedworks for me thx
Comment #7
brooke_heaton commentedTested and works for my case.
Comment #8
brooke_heaton commentedComment #9
megachrizThanks for testing. I checked what
CURLOPT_SSL_VERIFYHOSTactually is: verifying if the name in the certificate is equal to the server name. I looks okay to me skip this verification when you already enabled the option to accept invalid SSL certificates.Committed #3.