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.

-mark 

-----Original Message-----
From: James Buckingham [mailto:[EMAIL PROTECTED] 
Sent: Friday, December 08, 2006 2:27 AM
To: CF-Talk
Subject: Keystore > SSL Validation Nightmare

Morning everyone,

I've been trying my hardest to get CFMX 7.0 to grab a WDDX via CFHTTP. The
code is part of a migration I'm doing from CF 5.0. 

I've isolated the problem down to something being wrong with the cacert
validation on the Jrun side of things but even following entries like this
one I found @ talkingtree... 

http://www.talkingtree.com/blog/index.cfm/2004/7/1/keytool

.....I can't get this to work.

The dumped message I'm being returned is this:

Charset: [empty string]
ErrorDetail: I/O Exception: peer not authenticated
Filecontent: Connection Failure
Header: [undefined struct element]
Mimetype: Unable to determine MIME type of file.  
Responseheader: struct [empty]
Statuscode: Connection Failure. Status code unavailable.  
Text: YES  

-------------------------------------------------
And the on-page error is:

WDDX packet parse error at line 1, column 1. Content is not allowed in
prolog..  
  
The error occurred in
C:\JRun4\servers\Apps1.0\cfusion.ear\cfusion.war\interact\login\logincheck.c
fm: line 141 Called from
C:\JRun4\servers\Apps1.0\cfusion.ear\cfusion.war\interact\login\logincheck.c
fm: line 129 Called from
C:\JRun4\servers\Apps1.0\cfusion.ear\cfusion.war\interact\login\logincheck.c
fm: line 1
 
139 :   <cfdump var="#cfhttp#">
140 :   
141 :   <cfwddx action="WDDX2CFML" input="#cfhttp.fileContent#"
output="ldapauth">
-------------------------------------------------

I've done the following tests:

- Checked that the certificates have been imported into the cacerts. Both
are there.

- Checked that the SSL is installed correctly in IIS by accessing the WDDX
through a standard HTML form. That returned the results fine so it's nothing
on that side.

- Off the back of talkingtree - I've also bought a new certificate so that
the name on it (wwwtest.company.com) is the same as the address I'm using
for testing.

Does anybody have anymore suggestions in how I go about debugging and fixing
this?

Thanks in advance,
James



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:263257
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to