Windows error 0x800C0019, -2146697191

Detailed Error Information

INET_E_INVALID_CERTIFICATE[1]

MessageSecurity certificate required to access this resource is invalid.
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode12 (0x00c)
NameFACILITY_INTERNET[2][1]
DescriptionThe source of the error code is Wininet related.[2][1]
Error Code25 (0x0019)

Questions

7votes
1answer

Microsoft EDGE - Security certificate required to access this resource is invalid

We are getting following error in Microsoft EDGE in our Dev environment when we run our ASP.NET Application Hosted in IIS 8 in Windows 2012 R2 Server. Error: XMLHttpRequest: Network Error 0x800c0019, Security certificate required to access this resource is invalid. Following are more details about implementations and environments. Our [...] read more
asp.net
security
ssl
iis
microsoft-edge
4votes
1answer

"Certificate required to access this resource is invalid"

> XMLHttpRequest: Network Error 0x800c0019, Security certificate required to > access this resource is invalid read more
ssl
https
ssl-certificate
4votes
2answers

Why does my site cert become insecure after a JQuery AJAX call?

I've got a website that uses JQuery to grab information from an API located at: https://api.lootbox.eu/. The website I'm making has a cert that's been created and installed with Let's Encrypts tools. (I followed a tutorial on DigitalOcean to set it up) Now, when I click a button to make [...] read more
javascript
jquery
2votes
1answer

xmlhttprequest: network error 0x800c0019, security certificate required to access this resource is invalid. WINJS

Good morning, I need to access a https web service, try to make a GET using JQUERY, WINjs.xhr, Windows.Web.Http.HttpClient, .ajax (). I download the certificate .cer and add in the package.appxmanifest. But when I do the call to service I get the following error: xmlhttprequest: Error 0x800c0019 network, security certificate [...] read more
javascript
jquery
ajax
ssl-certificate
winjs
1vote
0answers

clickonce install fail - URLDownloadToCacheFile HRESULT '-2146697191'

trying to run the setup.exe to install from the install.log file, here is the error: Launching Application. URLDownloadToCacheFile failed with HRESULT '-2146697191' Error: An error occurred trying to download 'https://galantha.net/appPublishGalanthasEncryptedNotes/GalsPassHolder.application'. -2146697191 = 0x800C0019 Which leads to: https://docs.microsoft.com/en-us/previous-versions/windows/internet-explorer/ie-developer/platform-apis/ms775145(v=vs.85)?redirectedfrom=MSDN INET_E_INVALID_CERTIFICATE 0x800C0019 The SSL certificate is invalid. And then I hit a wall. [...] read more
clickonce
0votes
1answer

Loading jQuery CDN on Chrome gives "Failed to load resource: net::ERR_CERT_AUTHORITY_INVALID"

My Team's development project uses jQuery from the following cdn. https://cdn.jsdelivr.net/webjars/jquery/2.1.4/jquery.min.js The Chrome browser is giving "Failed to load resource: net::ERR_CERT_AUTHORITY_INVALID" error on colsole page. Firefox is giving "Loading failed for the with source “https://cdn.jsdelivr.net/webjars/jquery/2.1.4/jquery.min.js”". Edge is giving "SCRIPT7002: XMLHttpRequest: Network Error 0x800c0019, Security certificate required to access this resource [...] read more
jquery
spring
certificate
thymeleaf
cdn
0votes
0answers

Cannot open Team Project resource in Azure portal after I have transfered subscription

I have transferred my Azure Subscription from personal Microsoft account to company account. Now, when I log in to azure portal using company account, I see my team project resources (now called DevOps project). When I try to open it, it never loads: screenshot [https://i.stack.imgur.com/mbJdp.png] I'm also unable to fix [...] read more
azure
azure-devops
subscription
azureportal
0votes
1answer

Cordova certificate error on angularjs https request

I am building an in-house cordova application and have come across with a strange error when changing the request url from http to https: "XMLHttpRequest: Network Error 0x800c0019, Security certificate required to access this resource is invalid." When I call this url (https://something/something) from my browser, I get the JSON [...] read more
javascript
angularjs
cordova
certificate

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