Oracle SOA Suite (MOSC)

MOSC Banner

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)

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center