>I assume you have verified that the domain is resolvable from the server? Is
>the server able to resolve the domain into the correct IP address?  The
>error below makes me think you have a resolution issue. If that same server
>has a "non ssl" page on it.. .try a cfhttp call to it and see what you get.

Thanks for the fast reply Mark. If I setup a test page and put in the following 
code to access the same file but through a non-ssl connection....

<cfset username = "test" />
<cfset password = "mypassword" />

<cfhttp url="http://wwwtest.mycompany.com/wddx_auth.cfm"; method="POST" 
resolveurl="false">
        <cfhttpparam type="FORMFIELD" name="username" value="#Username#" />
        <cfhttpparam type="FORMFIELD" name="password" value="#Password#" />
</cfhttp>

<cfdump var="#cfhttp#" />

--------------------------

....I would expect that to fail (the username and password are wrong) but it 
return a false. Dumping the results I do get result of..

Charset UTF-8  
ErrorDetail [empty string]  
Filecontent <style> table.cfdump_wddx, table.cfdump_xml, table.cfdump_struct, 
table.cfdump_array, table.cfdump_query, table.cfdump_cfc, table.cfdump_object, 
table.cfdump_binary, table.cfdump_udf, table.cfdump_udfbody, 
table.cfdump_udfarguments { font-size: xx-small; font-family: verdana, arial, 
helvetica, sans-serif; cell-spacing: 2px; } table.cfdump_wddx th, 
table.cfdump_xml th, table.cfdump_struct th, table.cfdump_array th, 
table.cfdump_query th, table.cfdump_cfc th, table.cfdump_object th, 
table.cfdump_binary th, table.cfdump_udf th, table.cfdump_udfbody th, 
table.cfdump_udfarguments th { text-align: left; color: white; padding: 5px; } 
.... etc. etc.

Header: HTTP/1.1: 200 OK Content-Type: text/html; charset=UTF-8 Set-Cookie: 
CFID=803;expires=Sun, 30-Nov-2036 10:23:42 GMT;path=/ Set-Cookie: 
CFTOKEN=28172353;expires=Sun, 30-Nov-2036 10:23:42 GMT;path=/ Connection: close 

Date: Fri, 08 Dec 2006 10:23:42 GMT Server: Microsoft-IIS/6.0  
Mimetype: text/html  
Responseheader: struct 
Connection close:  
Content-Type: text/html; charset=UTF-8  
Date: Fri, 08 Dec 2006 10:23:42 GMT  
Explanation: OK  
Http_Version: HTTP/1.1  
Server: Microsoft-IIS/6.0  
Set-Cookie: struct 
1 CFID=803;expires=Sun, 30-Nov-2036 10:23:42 GMT;path=/  
2 CFTOKEN=28172353;expires=Sun, 30-Nov-2036 10:23:42 GMT;path=/  
Status_Code: 200  
Statuscode: 200 OK  
Text: YES  

-------------------------------------------------

.....the result is a false so it definatly looks like an SSL problem!

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:263258
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to