Is the certificate valid on the destination server?

HttpUnit had issues when I tried it on a server with an expired cert.

Can you provide more info beyond "doesn't work"?

Does it timeout? Throw an error? Got a stack trace? What's the HTTP return code? Did you remember to put the 's' in 'https' in the url attribute? Can you post to the same URL with a browser, using the same parameters? (Firefox's web developer toolbar may help. Failing that, a page with a form should do the trick).

Stephen G. Muller wrote:

We've been running this code for about 4 years without a problem, but
since we changed to a https server rather than http it don't work.

<cfhttp      method="post" url="#session.aicc.aicc_url#">
<cfhttpparam name="command" type="formField" value="getparam">
<cfhttpparam name="version" type="formField" value= 
"#session.aicc.aicc_version#">
<cfhttpparam name="session_id" type="formField" value="#session.aicc.aicc_sid#">
<cfhttpparam name="aicc_data" type="formField" value="">
</cfhttp>

Is anyone aware of any issues with the CFHTTP tag in CF5 and https?

We can get it to work sporadically by isolating and hardcoding the
CFHTTPPARAM attributes, but its very inconsistent.

any help would be appreciated
Stephen,
Telstra

---
You are currently subscribed to cfaussie as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/



--
Haikal Saadh, Applications Programmer
Teaching and Learning Support Services

K405, Queensland University of Technology, Kelvin Grove Campus

[EMAIL PROTECTED], 3864 8633
CRICOS No. 00213J


---
You are currently subscribed to cfaussie as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/

Reply via email to