> > Can you provide the actual URL you're trying to get to? It would be > > useful to be able to look at the certificate chain. > > You should be able to see it here: > https://download.api.bingads.microsoft.com
OK, I took a quick look at it. First, there are two intermediate certificates in the chain. You may need to download and install them into the keystore as well - typically, I've done this by creating one text file with root and intermediate certificates within the chain, and installing that. Second, the cert using something called Subject Alternative Names, and list the following alternative names: DNS Name=bingads.microsoft.com DNS Name=*.bingads.microsoft.com DNS Name=*.bcp.bingads.microsoft.com DNS Name=*.beta.bingads.microsoft.com DNS Name=*.asia.bingads.microsoft.com DNS Name=*.eu.bingads.microsoft.com DNS Name=*.sandbox-ui.bingads.microsoft.com DNS Name=adcenterhelp.microsoft.com DNS Name=api.bingads.microsoft.com DNS Name=*.api.bingads.microsoft.com DNS Name=adcenterapi.microsoft.com DNS Name=*.adcenterapi.microsoft.com DNS Name=adcenterapidownload.microsoft.com DNS Name=*.sharedservices.api.bingads.microsoft.com DNS Name=*.secure.api.bingads.microsoft.com DNS Name=maf.adcenter.microsoft.com DNS Name=*.maf.adcenter.microsoft.com DNS Name=*.maf.api.bingads.microsoft.com DNS Name=adcenter.microsoft.com DNS Name=*.adcenter.microsoft.com DNS Name=bingads.com DNS Name=*.bingads.com DNS Name=*.advertising.microsoft.com DNS Name=adcenterapidownload.microsoft.com Now, CF uses Java to do all this HTTP stuff, of course, so the question is: what version of Java are you using? I believe Java 6 supports Subject Alternative Names. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule, and provides the highest caliber vendor-authorized instruction at our training centers, online, or onsite. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:352488 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

