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
> 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
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
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
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
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
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
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
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
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
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
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
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
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
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