WSO2 IS 5.10 Cannot borrow client for ssl://localhost:7712 - Solved

前端 未结 1 1759
你的背包
你的背包 2021-01-28 20:41

After add configuration for enable WSO2 Is-Analytics v5.8.0 in deployment.toml file in the IS_HOME/repository/conf/ directory

https://is.docs.wso2.com/en/

相关标签:
1条回答
  • 2021-01-28 21:16

    First step
    Configure according to the following link for analytics https://is.docs.wso2.com/en/5.10.0/learn/configuring-identity-analytics/

    Second step
    Copy the wso2carbon.jks and the client-truststore.jks from IS distribution located at <IS-HOME>/repository/resources/security and replace the two in the IS-Analytics distribution at <IS-ANALYTICS-HOME>/resources/security

    if you find an error a certificate when accessing the analytics dashboard via the browser, you can try this solution
    keytool -import -alias wso2 -file "D:\localhost.pem" -keystore "C:\Program Files\WSO2\Identity Server\5.10.0\repository\resources\security\client-truststore.jks" -storepass wso2carbon

    keytool -import -alias wso2 -file "D:\localhost.pem" -keystore "C:\Program Files\WSO2\wso2is-analytics-5.8.0\resources\security\client-truststore.jks" -storepass wso2carbon

    0 讨论(0)
提交回复
热议问题