Sounds like it would break some modern sites, while allowing scanning on legacy TLS sites (if I've understood the docs right):
"* jsse.enableSNIExtension system property. Server Name Indication (SNI) is a TLS extension, defined in RFC 4366. It enables TLS connections to virtual servers, in which multiple servers for different network names are hosted at a single underlying network address.
Some very old SSL/TLS vendors may not be able handle SSL/TLS extensions. In this case, set this property to false to disable the SNI extension."
So IMO, better to leave it true by default and have the user set the JVM argument to false for legacy sites that don't play well.
http://docs.oracle.com/javase/7/docs/technotes/guides/security/jsse/JSSERefGuide.html