Apache Commons VFS を使用してhttp://openexchangerates.org APIからデータを取得しようとしています。SSL 検証を使用しようとしていることを示すエラーが表示されます。これは、Web サイトのプランで利用できるものではありません。https ではなく http を使用するように VFS を「強制」する方法はありますか?
膨大なスタック トレースの関連ポイントを以下に示します。必要に応じて詳細情報を提供できます。
org.apache.commons.vfs2.VFS.getManager().resolveFile("http://openexchangerates.org/api/latest.json?api_id=MY_APP_ID")
org.apache.commons.vfs2.FileSystemException: Could not connect to HTTP server on "openexchangerates.org".
Caused by: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
Caused by: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
Caused by: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target