Windows error 0x80072F08, -2147012856

Detailed Error Information

WININET_E_HTTPS_TO_HTTP_ON_REDIR[1]

MessageA redirect request will change a secure to a non-secure connection
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 Code12040 (0x2f08)

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

Questions

3votes
2answers

Why is AspNet5.ENU.RC1.exe failing to install on Windows Server 2012 R2?

Running AspNet5.ENU.RC1.exe on a windows server 2012 R2 instance (hosted in azure) fails with 0x80072f76 - Unspecified error. I read about the known issue where installing from a folder that also contains earlier beta vs web tooling MSI files can fail with error 0x80091007 - The hash value is not [...] read more
installation
asp.net-core
windows-server-2012-r2
1vote
4answers

Error While Installing Sql Server Data Tools (SSDT)

We've been trying to install SQL Server Data Tools and have experiencing an error preventing us from installing it and we can't figure it out. We're installing it on Windows 7 Professional and already have VS 2015 and SQL Server 2014 successfully installed. Here are the error messages that were [...] read more
installation
sql-server-data-tools
0votes
2answers

Failure on SSDT-BI Setup

Don't know if this is the right place for this but here it goes. I'm trying to install SSDT on a Azure VM with Visual Studio installed, but I have had no luck. It runs for about 5 seconds, then sends me to the log file. The log file looks [...] read more
sql-server
reporting-services
visual-studio-2015
ssdt-bi
0votes
1answer

Exception on 302 redirect HTTPS to HTTP after POST in Windows Phone 8.1

I'm attempting to create a Windows Phone 8.1 app that logs in to a web site using a POST request (using Windows.Web.Http), then continues to another page. There's of course a lot more code in there but I don't think it's germane to this discussion. HttpClient httpClient = new HttpClient(); [...] read more
c#
windows-phone-8.1
http-redirect
hresult

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