Status/Resolution/Reason: Closed/Deferred/
Reporter/Name(from Bugbase): Travis Walters / Travis Walters (Travis Walters)
Created: 12/04/2010
Versions: 9.0
Failure Type: Unspecified
Found In Build/Fixed In Build: 0000 /
Priority/Frequency: Normal / Some users will encounter
Locale/System: English / Platforms All
Vote Count: 0
Problem:
<cfset FORM.WEBSITE_URL = 'https://www.zulily.com/index.php/customer/account/create/?tid=gaff_brand_general'>
<cfhttp method="head" url="#FORM.WEBSITE_URL#" resolveurl="no" throwonerror="no" /> <cfdump var="#cfhttp#">
Notice how it says "I/O Exception: peer not authenticated."
With PHP and CURL, you can do this: curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, FALSE); This allows in insecure page "http" access to a secure page "https".
Please give us a way to do this either by 1) the method PHP CURL uses or 2) using some sort of SSL Certificate.
Method:
Result:
<cfset FORM.WEBSITE_URL = 'https://www.zulily.com/index.php/customer/account/create/?tid=gaff_brand_general'>
<cfhttp method="head" url="#FORM.WEBSITE_URL#" resolveurl="no" throwonerror="no" /> <cfdump var="#cfhttp#">
Notice how it says I/O Exception: peer not authenticated.With PHP and CURL, you can do this: curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, FALSE); This allows in insecure page "http" access to a secure page "https".Please give us a way to do this either by 1) the method PHP CURL uses or 2) using some sort of SSL Certificate.
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3042933
External Customer Info:
External Company:
External Customer Name: Travis Walters
External Customer Email: 163148AE447DEBE799201549
External Test Config: 12/04/2010
Attachments:
Comments: