Results 2 comments of apulbere

I had a similar issue `javax.net.ssl.SSLException: Received fatal alert: record_overflow` but after adding `systemProp.jdk.tls.client.protocols="TLSv1,TLSv1.1,TLSv1.2"` to `gradle.properties` as @lkrnac said, the issue disappeared I'm using OpenJDK-11, gradle 5, junit 5

I also encountered the same corruption of uploaded files via BlockingOutputStreamAsyncRequestBody. No fix yet? This issue is almost 1 year old