< prev index next >

test/javax/net/ssl/ServerName/SSLEngineExplorerUnmatchedSNI.java

Print this page

        

@@ -29,10 +29,11 @@
 /*
  * @test
  * @bug 7068321
  * @summary Support TLS Server Name Indication (SNI) Extension in JSSE Server
  * @library ../SSLEngine ../templates
+ * @modules java.base/sun.misc
  * @build SSLEngineService SSLCapabilities SSLExplorer
  * @run main/othervm SSLEngineExplorerUnmatchedSNI www.example.com
  *                                                 www\.example\.org
  */
 
< prev index next >