Posts by Fernando Meneses Gomes • 111 points
2 posts
-
1
votes5
answers19908
viewsA: .NET C# IIS Request cancelled: Failed to create secure channel for SSL/TLS
Check if there is permission to private certificate key. Open the certificate manager [windows key] + r -> mmc -> File -> Add Snap-in -> Certificates -> Computer Account Select the…
-
0
votes2
answers2847
viewsA: SEFAZ - Nfedistribuicaodfe - c# - Console Application
For me, the code that worked to unzip gzip is: private static string GzipDecodeWW(string inputStr) { byte[] inputBytes = Convert.FromBase64String(inputStr); using (var inputStream = new…