from Hacker News

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

by amir734jj on 6/24/24, 2:42 AM with 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.