Hello all,

I'm running into a similar problem attempting to access an external website via 
<cfhttp> (and eventually I'll use <cfinvoke> since it is a web service.  The 
vendor is using a "homemade" cert which he as sent to me along with a keystore. 
 I've attempted loading the .CER file into the cacerts keystore per the 
instructions in this thread.  The import appeared to be successful but I'm 
still getting the following error attempting to interrogate the site with 
https://....

The vendor is using an IP address for the URL with a specific port designator 
like:  https://100.101.45.66:8443/foo  

Does the fact that the vendor is using SSL and a port designator have anything 
to do with it?

I am able to successfully interrogate the URL with a web browser after 
installing the .CER file as a trusted certificate using the following type of 
URL:  https://100.101.45.66:8443/foo?wsdl

Once I enter the username and password (they have added another layer of 
security), I can observe the XML passed by the webservice?wsdl.

Is there anything that has to be modified in the jrun.xml to enable the use of 
the cacerts keystore?  From what I've been reading, CFMX checks that 
automatically.

The error message that gets returned from a dump of the cfhttp structure after 
the <cfhttp> get operation is:

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 


Any help out there from the community would be greatly appreciated.  I've spent 
WAY too much time on this and need to put it to bed.

Best regards,

Mark



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:183892
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to