How do I find out which cipher suites are being used when submitting an HTTPS request? I have a requirement for specific cipher suites when dealing with Good Technologies SOAP API and need to verify if they’re there or not. Also, if they’re not there, how do I update the cipher suites used with new ones?
I had to do this for SOAP UI in order for it to interact with the SOAP API correctly.
Right now I’m having to use cURL to create my requests on the command line and it is a pain.
This is a URL reference to another person that had a similar problem and resorted to using cURL:
http://stackoverflow.com/questions/27513871/powershell-ssl-tls-cipher-suites-for-https-connections
This is the specific cipher suite that Good Technology references to use: TLS_RSA_WITH_AES_256_CBC_SHA256