tlslite-ng icon indicating copy to clipboard operation
tlslite-ng copied to clipboard

How to integrate with http libraries like aiohttp or httpx?

Open bdr99 opened this issue 3 years ago • 1 comments

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

bdr99 avatar Aug 23 '22 17:08 bdr99

This isn't something I use this library for, so I can't really help with that, sorry. The point I can direct you to is the integration directory: https://github.com/tlsfuzzer/tlslite-ng/tree/master/tlslite/integration

tomato42 avatar Aug 23 '22 18:08 tomato42