We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 604fe8f commit ef9a661Copy full SHA for ef9a661
src/main/java/de/rub/nds/tlsscanner/probe/CompressionsProbe.java
@@ -75,7 +75,7 @@ private List<CompressionMethod> getSupportedCompressionMethods() {
75
do {
76
selectedCompressionMethod = testCompressionMethods(toTestList, tlsConfig);
77
if (!toTestList.contains(selectedCompressionMethod)) {
78
- LOGGER.warn("Server chose a CompressionMethod we did not offer!");
+ LOGGER.debug("Server chose a CompressionMethod we did not offer!");
79
break;
80
}
81
if (selectedCompressionMethod != null) {
0 commit comments