ContributionsMost RecentMost LikesSolutionsRe: When will SoapUI support SNI? Update: There's a PR for adding SNI support: https://github.com/SmartBear/soapui/pull/211 BUT as I understand it, the solution provided there is not correct. The solution referenced here (above) seems to be the way to go. Re: When will SoapUI support SNI? Exact same problem here - with SoapUI 5.2.1: server_name is not sent in Client Hello I need to test against AWS API Gateway, which requires SNI, so that appears to be impossible :-( srjturner already pointed at the bit of code that is missing. I looked in the source code, and I believe the change needs to be made in either enableSocket or createSocket in SoapUISSLSocketFactory: https://github.com/SmartBear/soapui/blob/HEAD/soapui/src/main/java/com/eviware/soapui/impl/wsdl/support/http/SoapUISSLSocketFactory.java I'm just hoping... is there a chance that this enhancement could be made any time soon? Pretty please? :-)