【发布时间】:2017-11-27 23:27:06
【问题描述】:
在使用 SHA-2 证书设置服务器后,我收到以下关于 axis2 POJO 的错误:
javax.servlet.ServletException: https is forbidden
at org.apache.axis2.transport.http.AxisServlet.preprocessRequest(AxisServlet.java:637)
at org.apache.axis2.transport.http.AxisServlet.doGet(AxisServlet.java:247)
我的服务是 POJO,所以没有 axis2.xml 来配置 HTTPS 传输。有没有其他方法可以配置axis2以允许HTTPS?
该服务在 HTTP 上运行良好。
【问题讨论】: