8172217: Need debug log for the intermittent failure of AnonCipherWithWantClientAuth

Reviewed-by: weijun
This commit is contained in:
Xue-Lei Andrew Fan 2017-01-04 00:08:40 +00:00
parent f8ccef1982
commit cf3815fc2a

View File

@ -31,7 +31,7 @@
* @bug 4392475
* @library /javax/net/ssl/templates
* @summary Calling setWantClientAuth(true) disables anonymous suites
* @run main/othervm AnonCipherWithWantClientAuth
* @run main/othervm -Djavax.net.debug=all AnonCipherWithWantClientAuth
*/
import java.io.InputStream;