问题
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 solutionkeytool -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