在安装Apache CXF时如何解决SSLHandshakeException?

我是该论坛的新手,首先我要打个招呼,谢谢大家帮助我完成目前为止的考试。话虽这么说:

我在Java 1.8.0中安装Apache CXF时遇到问题。

在执行mvn -Pfastinstall时,BUILDING.txt指出的一切都会显示,这是netty-server出现的错误,并且日志建议我在surefire报告中查找更多信息。我在xml日志中找到以下错误:

<error message="Could not send Message." type="javax.xml.ws.WebServiceException">javax.xml.ws.WebServiceException: Could not send Message. Caused by: javax.net.ssl.SSLHandshakeException: SSLHandshakeException invoking https://localhost:29506/SoapContext/SoapPort: Received fatal alert: handshake_failure Caused by: javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure </error>

从那里我不知道该怎么办。感谢您成为这样一个有用的社区。​​ p>

yiliangxiangjiao 回答:在安装Apache CXF时如何解决SSLHandshakeException?

暂时没有好的解决方案,如果你有好的解决方案,请发邮件至:iooj@foxmail.com
本文链接:https://www.f2er.com/2977300.html

大家都在问