Windows error 0x80072F07, -2147012857

Detailed Error Information

WININET_E_HTTP_TO_HTTPS_ON_REDIR[1]

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

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

Questions

6votes
4answers

.NET Core SDK Installer failed to install on windows 2012 R2 Standard

I setting up my build server for CI using Jenkins. I am trying to install .NET Core SDK from https://www.microsoft.com/net/download However i tried executing downloaded DotNetCore.1.0.1-SDK.1.0.0.Preview2-003131-x64.exe i get unspecified error enter image description here [https://i.stack.imgur.com/8OQzg.png] and here is complete log [07E8:0FE4][2016-09-19T12:09:36]i001: Burn v3.10.2.2516, Windows v6.3 (Build 9600: Service Pack 0), [...] read more
asp.net-core
asp.net-core-mvc
.net-core
asp.net-core-1.0
coreclr
1vote
1answer

Sharepoint App Fabric Installation in Startup Loop

I'm attempting to install Sharepoint 2016 on Windows Server 2016 and I'm having issues with the prerequisite installer, namely App Fabric. The prerequisiteinstaller doesn't want to connect to the internet to download the file, throwing out: Error: InternetOpenUrl failed (0X80072F07=-2147012857) According to forums, this is due to a box being [...] read more
sharepoint

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