【发布时间】:2015-09-02 05:51:33
【问题描述】:
我正在从我的主服务器向报告服务器进行 cfhttp 调用。直到几天前它都运行良好。
但是当我尝试通过 cfhttp 进行 http 调用时,它突然开始出现错误。 以下是错误转储:
Charset [empty string]
ErrorDetail I/O Exception: java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty
Filecontent Connection Failure
Header [empty string]
Mimetype Unable to determine MIME type of file.
Responseheader
struct [empty]
Statuscode Connection Failure. Status code unavailable.
Text YES
因为这个错误已经开始突然出现了。我怀疑是因为自动 java 更新。
我看到一些与信任库密钥相关的链接丢失,但没有与冷融合有关。
有人对此有想法吗?
提前致谢
【问题讨论】:
标签: java security ssl coldfusion