Posts by Glauco Moro • 41 points
2 posts
-
3
votes2
answers3518
viewsA: https communication error with Webservice
I found the solution. Just add the security protocol to be used. Import: using System.Net; And add code before request: // No caso do eSocial é o Tls11 ServicePointManager.SecurityProtocol =…
-
0
votes2
answers3518
viewsQ: https communication error with Webservice
I have a problem communicating with webservice of eSocial, my certificate is correct, however, still can not establish a secure connection, displays the following message: Error making HTTP request…