Details
-
Bug
-
Status: Resolved
-
Blocker
-
Resolution: Not A Problem
-
1.6.2
-
None
-
None
-
Linux OS with Weblogic and Tomcat web containers
Description
When trying to access axis2 REST POJOs on a deploy using SSL transport and a SHA-2 certificate we get the following exception:
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)
Since this is a POJO deploy there is no axis2.xml so no place to con
figure the transport as far as I can tell.
Any workaround to the problem would be fine.