> I am guessing that in order to do a SSL connection the certificate > needs to be accepted in the JVM keystore. > > > Wil Genovese > Sr. Web Application Developer/ > Systems Administrator > CF Webtools > www.cfwebtools.com > > [email protected] > www.trunkful.com > > On Mar 31, 2011, at 10:01 AM, David Patricola wrote: > > > > > I'm trying to debug why my ssl connection to postgresql on a remote > box is failing, but any error logs that catch the information provide > no more useful info than what the browser spits back at me. Robust > Exception Information is enabled. is there anything else I'm missing > in terms of enhancing logging? > > > > We're using CF8 Enterprise, and I was told that the postgresql > drivers are from CFMX 7. Are there any driver upgrades that may help? > > > > >
Correct! I did manage to get a more robust error to spit out (truncated): sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target So I'm trying to figure out whether Java isn't looking in the default cacerts file that ColdFusion points to, or my certificate is incorrect. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:343448 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

