Forum Discussion
Suvad_Hodzic
Mar 26, 2022Copper Contributor
Enable TLS 1.2 on .NET Maui app on Android
Where to set TLS 1.2 in android options (it does not exists in VS Preview 17.1) Can find it in Xamarin but no option to set it on .NET MAUI. project properties. https://docs.microsoft.com/en-us/xam...
JamesMontemagno
Microsoft
Apr 13, 2022It is enabled by default.
Suvad_Hodzic
Sep 11, 2023Copper Contributor
JamesMontemagno, we want to be able to use unecrypted connections to SQL server (local network/not over the internet sql server - maui app).
It would be nice to have such a feature. (It's already on git but fyi).
We managed to solve it with ssl from SQL server side, but for future usage would be great to be able to use unecrypted connections.
https://github.com/dotnet/SqlClient/issues/1656#issuecomment-1260858052