3
我想發出一個CFHTTP呼叫(通過SSL)與Railo 3.3和我收到以下錯誤:Railo CFHTTP SSL的trustAnchors參數必須爲非空
Unknown host: java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty
我想最基本的通話通過ssl到一個共同的網站,並得到相同的錯誤。這裏是我的代碼
<cfhttp url="https://www.google.com/" method="get">
</cfhttp>
<cfdump var="#cfhttp#">
這顯然與SSL有關。如果您將https替換爲http,則調用工作正常。
此外,該電話(無論是HTTP或HTTPS)工作正常上Adobe ColdFusion,請9
任何幫助,將不勝感激。
這裏是我的服務器配置:
- 的Windows Server 2008 R2
- IIS 7.5
- Railo 3.3
我敢打賭,你的JRE出錯了,最有可能的。檢查出這個線程http://stackoverflow.com/questions/4764611/java-security-invalidalgorithmparameterexception-the-trustanchors-parameter-mus – Sergii
也可能轉儲您的信任庫路徑,只是爲了驗證它是有效的'createObject(「java」, 「java.lang.System中」)。的getProperty( 「javax.net.ssl.trustStore中」)' – Leigh