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

Installing Issue #157

Closed PR0J3CT12 closed 2 weeks ago

PR0J3CT12 commented 1 year ago

Hello everyone! I'm trying to install tls-attacker following the documentation but getting error on TLS-Core installation: DefaultChooserTest.setUp:37 » UnsupportedOperation This public key is not supported:null

Tried on different OS's - same thing. How can i fix it?

ic0ns commented 1 year ago

Without any further details I would guess that this is related to the java version. TLS-Attacker runs on java 11.

GKnirps commented 1 year ago

A colleague of mine hat the same problem with TLS-Scanner. In that case, the tip with the version helped. He switched from Java 20 to Java 11 and it worked.