https://bz.apache.org/bugzilla/show_bug.cgi?id=64831
Felix Schumacher <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |JMETER_5.5 Keywords| |FixedInTrunk --- Comment #12 from Felix Schumacher <[email protected]> --- The logging of those entries has been integrated. For the other parts of this (adding a real sampler instead of logging; make SSL Manager more configurable), I think we should open a new ticket. commit 75f5396f80b3a6f6c8ca9a87dd25734b0e2df0f8 Author: Felix Schumacher <[email protected]> AuthorDate: Sat Jan 2 14:07:00 2021 +0100 Log debug information about loaded certs from keystore Bugzilla Id: 64831 --- .../jmeter/util/keystore/JmeterKeyStore.java | 110 +++++++++++++++++++++ xdocs/changes.xml | 1 + 2 files changed, 111 insertions(+) diff --git a/src/core/src/main/java/org/apache/jmeter/util/keystore/JmeterKeyStore.java b/src/core/src/main/java/org/apache/jmeter/util/keystore/JmeterKeyStore.java -- You are receiving this mail because: You are the assignee for the bug.
