2016-11-28 19 views
0

私はIBM Websphere Liberty 8.5.5の開発環境を持っています。このアプリケーション・サーバーの前には、IBM HTTP Server(IBM HTTP用に構成された外部CA SSL証明書)があります。 私はインターネットからIBM HTTPにアクセスできますが、/mfpconsoleでは例外が発生します(下記参照)。IBM HTTP SSL証明書が見つかりませんでした

[11/28/16 21:02:44:464 SGT] 00000024 com.ibm.mfp.admin.ui.servlet.ServiceProxy     E FWLSE3301E: Problem with SSL certificates. Possible fixes: Put the application server's certificate into the truststore. Or define the JNDI property mfp.admin.ui.cors.strictssl to false (not in production environments). 
[11/28/16 21:02:44:464 SGT] 00000024 com.ibm.mfp.admin.ui.servlet.ServiceProxy     E Exception java.security.cert.CertificateException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target while redirecting request to :443/mfpadmin/management-apis/2.0/runtimes?fullInfo=true 
[11/28/16 21:02:49:759 SGT] 000000c9 com.ibm.ws.ssl.core.WSX509TrustManager      E CWPKI0022E: SSL HANDSHAKE FAILURE: A signer with SubjectDN CN= was sent from the target host. The signer might need to be added to local trust store .p12, located in SSL configuration alias defaultSSLConfig. The extended error message from the SSL handshake exception is: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target 
[11/28/16 21:02:49:759 SGT] 000000c9 com.ibm.mfp.admin.ui.servlet.ServiceProxy     E Received status 500 for GET https://url:443/mfpadmin/management-apis/2.0/runtimes?fullInfo=true 
javax.net.ssl.SSLHandshakeException: java.security.cert.CertificateException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target 
+0

があなたのserver.xmlを、あなたが続いているいずれかのセットアップ手順を提供解消 - エラーごとに、それが証明書を見つけることができません... –

+0

IHS用に設定された外部CAをLibertyトラストストアに配置する必要があります。 – Gas

+0

私はLibertyトラストストアにCA証明書を追加し、問題を解決しました。 –

答えて

0

私はリバティのトラストストアにCA証明書を追加し、それがissue.Thanks

関連する問題