java.io.IOException: weblogic.security.AuthenticationException: Incorrect encrypted block possibly incorrect SSLServerCertificateChainFileName set for this server certificate
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
via Google Groups by Jeff Crilly, 8 months ago
via Oracle Community by Mohammed Rayan-Oracle, 1 year ago
via Oracle Community by 3004, 1 year ago
via Oracle Community by 3004, 1 year ago
via hivmr.com by Unknown author, 1 year ago
via Google Groups by Subramanyam, 10 months ago
java.io.IOException: weblogic.security.AuthenticationException: Incorrect encrypted block possibly incorrect SSLServerCertificateChainFileName set for this server certificate
at weblogic.security.SSL.SSLCertificate.verify(SSLCertificate.java:171)
at weblogic.security.SSL.SSLCertificate.input(SSLCertificate.java:115)
at weblogic.security.SSL.Handshake.input(Handshake.java:118)
at weblogic.security.SSL.SSLSocket.getHandshake(SSLSocket.java:1160)
at weblogic.security.SSL.SSLSocket.clientInit(SSLSocket.java:450)
at weblogic.security.SSL.SSLSocket.initialize(SSLSocket.java:297)
at weblogic.security.SSL.SSLSocket.
(SSLSocket.java:243) at weblogic.security.SSL.SSLSocket.
(SSLSocket.java:128) at weblogic.security.SSL.SSLSocketFactory.createSocket(SSLSocketFactory.java:50)
at weblogic.net.http.HttpsClient.openServer(HttpsClient.java:117)
at weblogic.net.http.HttpsClient.openServer(HttpsClient.java:175)
at weblogic.net.http.HttpsClient.
(HttpsClient.java:84) at weblogic.net.http.HttpsURLConnection.getHttpClient(HttpsURLConnection.java:147)
at weblogic.net.http.HttpURLConnection.getInputStream(HttpURLConnection.java:313)
at weblogic.net.http.SOAPHttpsURLConnection.getInputStream(SOAPHttpsURLConnection.java:29)
at weblogic.net.http.HttpURLConnection.getInternalResponseCode(HttpURLConnection.java:659)
at weblogic.net.http.HttpURLConnection.getResponseCode(HttpURLConnection.java:644)
at com.tienda.order.PaymentAction.invokeBankServlet(PaymentAction.java:885)
at com.tienda.order.PaymentAction.sendStatusQuery(PaymentAction.java:557)
at com.tienda.order.PaymentAction.processBankResponse(PaymentAction.java:216)
at com.tienda.order.PaymentAction.service(PaymentAction.java:150)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)