选择设计中心位置时添加API实现时出现Mulesoft错误

选择设计中心位置时添加API实现时出现Mulesoft错误,mule,mule-studio,Mule,Mule Studio,Mulesoft新手,正在学习初始教程。创建项目时,选择“指定API定义文件位置或URL”,选择“设计中心” 提示用户id和密码,并出现以下错误 There was a problem with the SSL handshake, please check your certificate installation. javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path

Mulesoft新手,正在学习初始教程。创建项目时,选择“指定API定义文件位置或URL”,选择“设计中心” 提示用户id和密码,并出现以下错误

There was a problem with the SSL handshake, please check your certificate installation.
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
有没有办法解决这个问题?读到我需要将证书添加到我的Java或VM中,但不确定如何做

谢谢
请点击以下链接

谢谢


Manish Kumar Yadav

如果这种情况发生在公司网络中,则您的网络中很可能存在某种安全策略,该策略拦截来自Anypoint平台的证书,并将其替换为自定义证书,以分析HTTPS流量。这可以通过捕获流量(例如使用Wireshark)来确认,并在TLS握手、服务器Hello响应中查看是否修改了的证书。如果是,则需要与网络管理员合作以避免这种情况