Hi Team,
I am using Refit API for the API calls. And now we need to support TLS 1.2 and i have followed the below link and changed as below steps.
https://blog.xamarin.com/securing-web-requests-with-tls-1-2/
Steps we have followed:
- Changed the HttpClient Implementation option to “Android” and TLS Implementation option to “Native TLS 1.2”
- Changed the Minimum Android SDK to “5.0”(Android 21 framework) to support TLS 1.2.
And now how can we ensure that we are supporting TLS 1.2 with Refit API.
Thanks,
Venkat