Hello,
I am trying to use tlslite-ng as the TLS communication layer for higher-level HTTP request libraries like aiohttp or httpx when communicating with https servers, but I'm not really sure where to start. The reason I want to do that is because I am communicating with a server that is very particular with the types of TLS handshakes it will accept, and I am hoping this library will give me more control over the parameters of the handshake. Would anyone be able to assist by providing guidance or an example on how to do this?
Thanks!
bdr99