SOAPUI java illegalstateexception scheme 'https' not registered
问题 I am trying to test connection to webservice using the soap UI. Created the project by importing the WSDL into soapUI and also set the keystore and keystore password under SSL seetings. However when I submit the request I get below error. Not sure how to register "https". Can you please help? java.lang.IllegalStateException: Scheme 'https' not registered 回答1: You can try to create a groovy testStep in your testCase with the code below, this code creates the SSLContext and registry the https