Disabled SSL in weblogic
Developer is designing application in JAVA and he get error to call secured WSDL(https://172.10.17.75:7022/DV920/ManagerSQ?WSDL). So they want to develop application without HTTPS.
How to disable HTTPS so that java application will work on HTTP?
Error in JAVA.
2018-01-15 13:18:22.792 ERROR 5268 --- [nio-9000-exec-4] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is javax.xml.ws.WebServiceException: Failed to access the WSDL at: https://172.10.17.75:7022/DV920/ManagerSQ?WSDL. It failed with:
java.security.cert.CertificateException: No subject alternative names present.] with root cause
java.security.cert.CertificateException