Hi Team,
I am also getting Handshake Failure while sending https request from my soap ui.
SOAP UI version : 4.5.2
It used to work earlier and seems recently some change for the accepted cipher have been made at target system (while I am trying to hit) it is not working.
Target system confirmed they are using AES256-SHA256 with TLSv1.2. they also support TLSv1.0
I tried making following changes to vmoptions file
-Dsoapui.https.protocols=TLSv1.2
-Dsoapui.https.ciphers=TLS_RSA_WITH_AES_256_CBC_SHA256
also tried all the variations for cipher suite name as below
AES256-SHA
AES256-SHA256
TLS_RSA_WITH_AES_256_CBC_SHA
After putting cipher suite is soap UI vmoptions file it is resulting into unsupported cipher suite error.
Could you please through some hints to overcome this issue.
Many Thanks