Skip to content
This repository was archived by the owner on Aug 6, 2020. It is now read-only.

Latest commit

 

History

History
6 lines (4 loc) · 448 Bytes

File metadata and controls

6 lines (4 loc) · 448 Bytes

Simple Client Authentication

You can quick test and send an encrypted handshake message with this Java project. Please be aware that you must create your self-signed certificate for example and deliver the issuer to your target. After that you can send a request as long as you have the target's CA in your trust store.

For the purpose of this lab, I do recommend to import the target's CA instead of disabling certificate validation.