my users want to use SSL to connect to the service, as it would provide better simulation of the real api, whenever that gets constructed.
so, I created a keystore (java keytool), copied the keystore into the project, selected ssl to client in the http listen step,
pointed to the keystore, provided password, did validate and got the cert display.
started itr, and changed my client from http://localhost:8002 to https://localhost:8002,
and get this
javax.net.ssl.SSLHandshakeException: no cipher suites in common
in the workstation.log
ITR didn't respond. so that tells me its really in the handshake.
additional info
using Fiddler instead of Postman or IE, fiddler prompts for the typical 'self signed certificate' warning, and allows continue.. Postman/IE do not