Hello, I am running Kali with JAVA 11
I am getting this error:
The server selected protocol version TLS10 is not accepted by client preferences [TLS13, TLS12, SSL20Hello]
Root cause:
SSLHandshakeException: The server selected protocol version TLS10 is not accepted by client preferences [TLS13, TLS12, SSL20Hello]
I think the application is supporting only TLS1.0, and either ZAP or Java 11 (if ZAP uses java) is not supporting TLS1.0.
Note: I have unchecked TLS1.2,1.1,1.3 on Zap under options, connection setting.
Any idea on how to scan an application that support only TLS1.0?
Thanks,
KC