Recently we secured our servers with SSL v1.2. We have a SOAP web-service and many endpoints are exposed on it. The endpoints were used to be called/tested with SOAP-UI 5.6.0 with no issues when SSL was not enabled, but now when we call it throws:
ERROR:javax.net.ssl.SSLException: Received fatal alert: record_overflow
The only workaround we came across was downloading SOAP-UI 5.5.0 and using it since it has no issues calling SSL-enabled web-services.
I also checked similar question here but unfortunately there is no solid answer on it.
Any idea about the reason is highly appreciated.