tls-attacker / TLS-Attacker

TLS-Attacker is a Java-based framework for analyzing TLS libraries. It can be used to manually test TLS clients and servers or as as a software library for more advanced tools.
Apache License 2.0
789 stars 136 forks source link

Help: How to send --CAfile in tlsattacker #99

Closed ghost closed 3 years ago

ghost commented 3 years ago

How to replicate below command in tlsattacker openssl s_client -connect 127.0.0.1:4443 -tls1_3 -CAfile root.pem

ic0ns commented 3 years ago

TLS-Attacker does not verify Certificates and is happy with whatever certificate it receives. As of now, certificate validation is not supported.