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

≯℡__Kan透↙ 提交于 2021-02-05 11:56:31

问题


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/5.10.0/learn/configuring-identity-analytics/

And than running wso2server.bat IS_HOME/bin directory. When trying to access the application in service provider, an error was found

any advice how to fix an error? thank you


回答1:


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



来源:https://stackoverflow.com/questions/61799846/wso2-is-5-10-cannot-borrow-client-for-ssl-localhost7712-solved

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!