You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please help me to understand what I'm doing wrong. Please tell me the easiest way to send certificate (I want server to accept it).
xml trace of run: bad_output.txt server_log.txt
I tried to connect to this server with openssl s_client and the same certificate configuration, all was ok.
The text was updated successfully, but these errors were encountered:
Using the folowing command to execute client:
java -jar TLS-Client.jar -connect localhost:4433 -config custom.config -workflow_output bad_output.xml -workflow_trace_type FULL -cert ~/test/clint_chain.pem -key ~/test/client_key.pem
Executing server:
openssl s_server -key server.key -cert server_full.pem -CAfile ca.pem -verify 1 -accept 4433 -msg -tls1_3
Have the following result:
From TLS-Attacker: 13:20:14 [main] INFO : DefaultWorkflowExecutor - Workflow executed as planned.
From openssl:
custom.config differentiates from tls13.config only these lines:
Please help me to understand what I'm doing wrong. Please tell me the easiest way to send certificate (I want server to accept it).
xml trace of run:
bad_output.txt
server_log.txt
I tried to connect to this server with openssl s_client and the same certificate configuration, all was ok.
The text was updated successfully, but these errors were encountered: