Windows error 0x80092013, -2146885613

Detailed Error Information

CRYPT_E_REVOCATION_OFFLINE[1]

MessageThe revocation function was unable to check revocation because the revocation server was offline.
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode9 (0x009)
NameFACILITY_SSPI[2][1]
DescriptionThe source of the error code is the Security API layer.[2][1]
Error Code8211 (0x2013)

Questions

8votes
1answer

Cannot connect to SSTP VPN - Unable to check revocation because revocation server was offline

I have been trying to set up an SSTP VPN to my SBS 2011 server and have been battling certificate issues the whole way. I've been able to generate a new certificate for my external vpn address, import it into my client machine, and added my server as a Trusted [...] read more
windows-server-2008
vpn
ssl
windows-sbs-2011
4votes
5answers

The revocation function was unable to check revocation because the revocation server was offline

> fatal: unable to access 'https://gitlab.com/********/******.git/': schannel: > next InitializeSecurityContext failed: Unknown error (0x80092013) - The > revocation function was unable to check revocation because the revocation > server was offline. When trying to push my latest changes to GitLab from the GitHub desktop client I receive this error? I've [...] read more
git
github
3votes
3answers

Windows server 2012 Sub CA fails because the revocation was offline when using root CA certificate from Linux/OpenSSL root CA

I've been working on a lab setting up a two-tier PKI using a Linux (Debian 9 with OpenSSL) root certificate authority and a Windows server 2012 R2 subordinate certificate authority. When I attempt to install the the signed subordinate certificate on the Windows server I first get a warning stating [...] read more
linux
active-directory
windows-server-2012-r2
openssl
certificate-authority
2votes
4answers

Cargo is unable to download a file due to a SSL connect error

When Cargo tries to download a file, it gives the error [35] SSL connect error. I'm using Windows and I'm not using a proxy. If I try to compile a project with cargo build, it returns the error: Downloading crypto-hash v0.2.1 error: unable to get packages from source Caused by: [...] read more
windows
ssl
curl
rust
rust-cargo
1vote
1answer

Can't connect to VPN any longer on Windows 8.1

I'm not sure what caused it to stop working, but I cannot connect to my VPN connections that I used to be able to connect to before. I get this error (in Event Viewer's Application logs from RasClient): > The user SYSTEM dialed a connection named Virtual Private Network which [...] read more
windows
networking
vpn
adapter
device-manager
1vote
0answers

Cannot send email (smtp) - The server's password is out of date at the domain controller

I changed my host and not I cannot send emails from my program. Here is the bug report. The support from Hostinger tried to help me but no success. (Error Message) This is a demo bug report from EurekaLog connection testing. Client Mode (TELMailSMTPClientSender) SMTPSendSingleEmail(BugSender@mydomain.com) CreateSMTP('smtp.hostinger.com', 587) TLS (TELMailSMTPClientSender/TEurekaClientSMTPTLS) Class [...] read more
linux
email
smtp
1vote
1answer

CRL revocation check failed

Issue with crl revocation check. I can telnet target server on port 80. I can download crl with internet explorer. But when i launch certutil : C:\Users\Administrateur\Desktop>certutil -urlfetch -verify alex.cer Émetteur: CN=get-SRV-DC-CA DC=dom DC=com Hachage du nom (sha1) : a62888b8b494cc72d5b50a3401da695e28922316 Hachage du nom (md5) : c8c269fb24c05cd48f07ec444fa63f93 Objet: E=A.NOM@domaineexch.com CN=NOM Alexandre [...] read more
certificate
certificate-authority
crl
certutil
1vote
1answer

PostgreSQL Stack Builder Installation Certificate verification problem on Windows

I have downloaded and installed PostgreSQL 12 (64 bit) on a developer machine running Windows 10 Pro Education (64 bit). When the installation came to the Stack Builder download application list step, an error occurred as follows: > A certification verification problem was encountered whilst accessing > https://www.postgresql.org/applications-v2.xml schannel: next [...] read more
windows
postgresql
installation
proxy
postgis
1vote
0answers

Confluence rest API

I am trying to add a document to a Confluence page. I am using this code: E:\APP\"curl-7.53.1"\src\curl.exe -v -S -u user:password -X POST -H "X-Atlassian-Token: no-check" -F "file=@C:\Users\srvc_mdw_dev\Desktop\conf.txt" -F "comment=this is my file" "http://confluence.example.net/rest/api/content/36375143/child/attachment" But I get the following error: ./confNote: Unnecessary use of -X or --request, POST is already [...] read more
rest
curl
confluence
confluence-rest-api
0votes
1answer

how to connect firebase with libcurl

I want to connect my code to firebase with using libcurl library and read datas i have function like this static size_t my_write(void* buffer, size_t size, size_t nmemb, void* param) { std::string& text = *static_cast<std::string*>(param); size_t totalsize = size * nmemb; text.append(static_cast<char*>(buffer), totalsize); return totalsize; } and I have main [...] read more
c++
curl
firebase-realtime-database
libcurl
wincrypt
0votes
1answer

Visual Studio 2019 + Bundled Git - SChannel encryption provider fails where standalone Git installation succeeds

BACKGROUND Our organisation distributes internal certificates by using a group policy on our domain controller. For our git installations, this means that we will need to use the 'Windows Secure Channel' library for HTTPS connections, rather than OpenSSL. THE PROBLEM Attempting to connect to a remote Git repository using the [...] read more
git
tfs
ssl-certificate
visual-studio-2019
schannel
0votes
1answer

x509Chain.build fails, certutil -verify passes

I have a root certificate and a leaf. The leaf has a CRL URL OID extension which points to a valid online location. Doing this: certutil -verify .\leaf.cer fails with > ERROR: Verifying leaf certificate revocation status returned The revocation > function was unable to check revocation because the revocation [...] read more
c#
x509certificate
x509
certificate-revocation
certutil
0votes
1answer

An issue with creating a new repository from terminal/command prompt

As I'm trying to create the repository from the terminal prompt via Git API call. Since not able to create a new repository from the terminal prompt But I was able to clone and push my repository file. Command Prompt C:\Users\user>curl -u 'UniqueUserName' https://api.github.com/user/repos -d '{"name":"MyNewRepo"}' Enter host password for [...] read more
git
0votes
0answers

Cargo cannot download dependencies

I'm trying to build local Rust projects with dependencies from various crates using Rust 1.35.0 on Windows 10 x64. Every time I try to run cargo build or cargo run the following error message appears. error: failed to download from `https://crates.io/api/v1/crates/nom/5.0.0/download`Caused by: [35] SSL connect error (schannel: next InitializeSecurityContext failed: [...] read more
ssl
rust
rust-cargo
0votes
0answers

VB.Net Application that reads sql data

I have a Point of Sale System developed by a local developer and I keep getting this error. The error results when I am using the program and hit the next button to display the next list of items in the menu. The program just crashes and closes when this [...] read more
mysql
vb.net
crash
schannel

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