Hi!,
Is there a way to handle "HelloRequest" from server in Client. I am getting "Renegotiation not supported" warning message when server sends HelloRequest. followed by "Connection Reset" error.
Client side implementation : BC 1.63, java 8 ( my environment )
Server side implementation : IIS8 ( external environment, I don;t have any control )
log message
o.b.j.p.ProvTlsClient - Client raised warning(1) no_renegotiation(100) alert: Renegotiation not supported o.b.j.p.ProvTlsClient - Client raised fatal(2) internal_error(80) alert: Failed to read record
stacktrace
java.net.SocketException: Connection reset at java.net.SocketInputStream.read(SocketInputStream.java:210) at java.net.SocketInputStream.read(SocketInputStream.java:141) at org.bouncycastle.tls.RecordStream$Record.fillTo(Unknown Source) at org.bouncycastle.tls.RecordStream$Record.readHeader(Unknown Source) at org.bouncycastle.tls.RecordStream.readRecord(Unknown Source) at org.bouncycastle.tls.TlsProtocol.safeReadRecord(Unknown Source) at org.bouncycastle.tls.TlsProtocol.readApplicationData(Unknown Source) at org.bouncycastle.jsse.provider.ProvSSLSocketWrap$AppDataInput.read(Unknown Source) at okio.Okio$2.read(Okio.java:140) at okio.AsyncTimeout$2.read(AsyncTimeout.java:237
is there a workaround to this issue?
Thank you very much for the time and help
Hi!,
Is there a way to handle "HelloRequest" from server in Client. I am getting "Renegotiation not supported" warning message when server sends HelloRequest. followed by "Connection Reset" error.
Client side implementation : BC 1.63, java 8 ( my environment )
Server side implementation : IIS8 ( external environment, I don;t have any control )
log message
o.b.j.p.ProvTlsClient - Client raised warning(1) no_renegotiation(100) alert: Renegotiation not supported o.b.j.p.ProvTlsClient - Client raised fatal(2) internal_error(80) alert: Failed to read recordstacktrace
java.net.SocketException: Connection reset at java.net.SocketInputStream.read(SocketInputStream.java:210) at java.net.SocketInputStream.read(SocketInputStream.java:141) at org.bouncycastle.tls.RecordStream$Record.fillTo(Unknown Source) at org.bouncycastle.tls.RecordStream$Record.readHeader(Unknown Source) at org.bouncycastle.tls.RecordStream.readRecord(Unknown Source) at org.bouncycastle.tls.TlsProtocol.safeReadRecord(Unknown Source) at org.bouncycastle.tls.TlsProtocol.readApplicationData(Unknown Source) at org.bouncycastle.jsse.provider.ProvSSLSocketWrap$AppDataInput.read(Unknown Source) at okio.Okio$2.read(Okio.java:140) at okio.AsyncTimeout$2.read(AsyncTimeout.java:237is there a workaround to this issue?
Thank you very much for the time and help