kittinunf / fuel

The easiest HTTP networking library for Kotlin/Android
https://fuel.gitbook.io/documentation/
MIT License
4.56k stars 430 forks source link

Request by TLSv1 #692

Open SeleznevAM opened 5 years ago

SeleznevAM commented 5 years ago

Hi all. I have api client on Fuel. Sometimes, if I have a bad network connection I observe what my request going by TLSv1. it happens when I use my application on Android 8 or 9. What must I get to you to resolve my trouble? I have Charles dump and Wireshark dump where you can see it. Advance thanks.

kittinunf commented 5 years ago

Can you post your snippet and explain what went wrong? Sorry I couldn't grasp your question 🙏

iNoles commented 5 years ago

You wanted Fuel to force TLSv1 in certain url addresses?

Sent with GitHawk

SeleznevAM commented 5 years ago

Can you post your snippet and explain what went wrong? Sorry I couldn't grasp your question 🙏

Yes of course, but only tomorrow.

SeleznevAM commented 5 years ago

You wanted Fuel to force TLSv1 in certain url addresses?

Sent with GitHawk

No. I want to exclude TLS1 from client-server communicating. Now, how I think, if I have a bad internet connection, during ssl handshake session, my application sends packages by TLS1 protocol. And I want to exclude these situations