I'm trying to issue a CFHTTP Call (via SSL) with Railo 3.3 and am receiving the following error:
Unknown host: java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty
I tried the most basic call to a common website over ssl and get the same error. Here is my code
<cfhttp url="https://www.google.com/" method="get">
</cfhttp>
<cfdump var="#cfhttp#">
It clearly has to do with the SSL. If you take out the https and replace it with http, the call works just fine.
Furthermore, this call (be it http or https) works fine on Adobe ColdFusion 9.
Any help would be appreciated.
Here's my server config:
- Windows Server 2008 R2
- IIS 7.5
- Railo 3.3