Skip to content

Commit 8138382

Browse files
committedJun 22, 2022
8266881: Enable debug log for SSLEngineExplorerMatchedSNI.java
Backport-of: 2667024
1 parent 4945cfe commit 8138382

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎test/jdk/javax/net/ssl/ServerName/SSLEngineExplorerMatchedSNI.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2012, 2021, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -71,7 +71,7 @@ public class SSLEngineExplorerMatchedSNI extends SSLEngineService {
7171
/*
7272
* Turn on SSL debugging?
7373
*/
74-
static boolean debug = false;
74+
static boolean debug = true;
7575

7676
/*
7777
* Define the server side of the test.

1 commit comments

Comments
 (1)

openjdk-notifier[bot] commented on Jun 22, 2022

@openjdk-notifier[bot]
Please sign in to comment.