javax.net.ssl.SSLProtocolException: handshake alert: no_renegotiation in Oracle SOA 12c
while invoking the customer's endpoint with a simple rest adapter POST call, I get the below error.
but since I have fault policy in place, the second retry gets the request completed.
BPEL --> REST-->Customer--> Fails in First call
Retry with fault policy-->Customer success
javax.net.ssl.SSLProtocolException: handshake alert: no_renegotiation
at sun.security.ssl.ClientHandshaker.handshakeAlert(ClientHandshaker.java:1446)
at sun.security.ssl.SSLSocketImpl.recvAlert(SSLSocketImpl.java:2016)
at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1125)
at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:930)
at sun.security.ssl.AppInputStream.read(AppInputStream.java:105)
at java.io.BufferedInputStream.fill(BufferedInputStream.java:246)