Ask HN: How to test HTTPS call with TLS13 and disabled post-auth handshake

by amir734jjon 6/24/2024, 2:42 AMwith 0 comments

I am wondering what an easiest way is to test a HTTPS call with TLS1.3 and disabled post auth handshake. There is no option in C# HttpClient or in Java or postman/insomnia to disable post auth handshake. Thank you.

0