Windows error 0x80072F78, -2147012744

Detailed Error Information

WININET_E_INVALID_SERVER_RESPONSE[1]

MessageThe server returned an invalid or unrecognized response
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode7 (0x007)
NameFACILITY_WIN32[2][1]
DescriptionThis region is reserved to map undecorated error codes into HRESULTs.[2][1]
Error Code12152 (0x2f78)

This is a Win32 error which has been mapped into an HRESULT. More information may be available in error 0x00002f78.

Questions

1vote
0answers

apple push notification : The server returned an invalid or unrecognized response while using System.Net.HttpHttpClient

As per apple notification, https://developer.apple.com/documentation/usernotifications/setting_up_a_remote_notification_server/sending_notification_requests_to_apns/ I am trying to upgrade my server side push notification code into standard .net farmworker 4.6.2 to support HTTP/2 and TLS 1.2 based request. Below is the peace of code which I am trying: public async Task<ApnsResponse> PushMessage_Http2(string Title, string Message, string DeviceToken, string Badge, [...] read more
c#
asp.net
apple-push-notifications
http2
.net-4.6.2
1vote
0answers

Apache & IIS 7.5 as reverse proxy incorrect response header value

On a Windows 2008 R2 IIS 7.5 with an ARR and URL Rewrite running on port 80th On the same server Apache on port 10000 is running (had not taken 8080 by design). IIS forwards all inquiry going on / cp1 on to Apache (reverse proxy). On the Apache run [...] read more
apache
iis-7.5
reverse-proxy
url-rewrite-module
arr
0votes
1answer

Azure Web App - HTTP Error 502.3 - Code 0x80072f78

The Azure Web generates an HTTP Error 502.3 - Code 0x80072f7, the specified CGI application encountered an error and the server terminated the process. * Regular ASP.NET Core code * Use of Dependency Injection inside the code * no error during the build on an Azure Pipeline * 2 pages [...] read more
azure-web-app-service
0votes
1answer

IIS url rewrite reverse proxy to asp.net core web app on localhost

I have a IIS 8 on a server where some sites are hosted. I want to call my ASP.NET App which should not be hosted as a site in my IIS, but it should be reached over localhost:5001 on the IIS server. To achieve that I created a site in [...] read more
asp.net
iis
reverse-proxy

Comments

Leave a comment

(plain text only)

Sources

  1. winerror.h from Windows SDK 10.0.14393.0
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx

User contributions licensed under CC BY-SA 3.0