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 74f3394 commit 4840deaCopy full SHA for 4840dea
TLS-Core/src/main/java/de/rub/nds/tlsattacker/core/util/CertificateFetcher.java
@@ -45,7 +45,6 @@ public static Certificate fetchServerCertificate(Config config) {
45
config.setWorkflowTraceType(WorkflowTraceType.HELLO);
46
WorkflowExecutor workflowExecutor = WorkflowExecutorFactory.createWorkflowExecutor(
47
WorkflowExecutorType.DEFAULT, state);
48
-
49
try {
50
workflowExecutor.executeWorkflow();
51
} catch (WorkflowExecutionException E) {
0 commit comments