Hello,
we are using ASP.Net Zero version 8.1.0 with ASP.Net core MVC & JQuery. The application has been deployed to windows server 2019 standard and https (h2 protocol).
We are getting the following error when running the Mobile.Droid project.
a problem occurred while trying to communicate with the server. Call failed. stream was reset: PROTOCOL_ERROR GET https://domain/AbpUserConfiguration/getAllguration/getAll
Note that the mobile.droid project works fine with http 1.1.
Please advise.
Thanks and Regards
2 Answer(s)
-
0
this is an issue about Flurl. If you are using Azure, you can change the Azure website back to Http 1.1. Alternatively you can replace the Flurl with the native HTTP Client. Check out https://docs.microsoft.com/en-us/xamarin/xamarin-forms/data-cloud/web-services/rest
Besides, your HTTPS certificate maybe invalid.
Also see,
- https://github.com/tmenier/Flurl/issues/495
- https://github.com/tmenier/Flurl/issues/385
-
0
thanks alper.I have implemented the answer proposed by christopheblin at https://github.com/tmenier/Flurl/issues/495 and the issue has been recsolved.
Regards Kirtee