the certificate on that site was issued on 6.8.2008, chances are the new 
certificate is not in your system yet.  See below.

>From the Docs:
To use HTTPS with the cfhttp tag, you might need to manually import the 
certificate for each web server into the keystore for the JRE that ColdFusion 
uses. This procedure should not be necessary if the certificate is signed 
(issued) by an authority that the JSSE (Java Secure Sockets Extension) 
recognizes (for example, Verisign); that is, if the signing authority is in the 
cacerts already. However, you might need to use the procedure if you are 
issuing SSL (secure sockets layer) certificates yourself.
To manually import a certificate:

   1. Go to a page on the SSL server in question.
   2. Double-click the lock icon.
   3. Click the Details tab.
   4. Click Copy To File.
   5. Select the base64 option and save the file.
   6. Copy the CER file into C:\CFusionMX7\runtime\jre\lib\security (or 
whichever JRE ColdFusion is using).
   7. Run the following command in the same directory (keytool.exe is located 
in C:\CFusionMX7\runtime\jre\bin):

      keytool -import -keystore cacerts -alias giveUniqueName -file 
filename.cer 



> That response above is misleading the way I copied it out with the 
> http address. It is the response from an HTTPS request. Below is a 
> better example
> 
> https://forms.house.gov - struct
> Charset        [empty string]
> ErrorDetail    I/O Exception: peer not authenticated
> Filecontent    Connection Failure
> Header         [empty string]
> Mimetype       Unable to determine MIME type of file.
> Responseheader        
> https://forms.house.gov - struct [empty]
> Statuscode     Connection Failure. Status code unavailable.
> Text   YES


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:308230
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