Laravel : file_get_contents(): SSL operation failed with code 1 - laravel

file_get_contents(): SSL operation failed with code 1. OpenSSL Error
messages: error:14090086:SSL
routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
Getting this error in local server. Working fine in Production
OS: macOS Mojave

Related

Unknown error (0x80092012) - Trying to configure vagrant with Git Bash

While try to execute vagrant up command through Git Bash, I got this error;
schannel: next InitializeSecurityContext failed: Unknown error (0x80092012) - The revocation function was unable to check revocation for the certificate.
Can anyone help.
EDIT: Finally, was able to sort it out. When I disabled my antivirus and run 'vagrant up' command it executed without any issue.

Uploading file to client server

I am trying to upload a file to client server with help of shell script facing below error in command prompt as well as in cygwin software.
curl: (35) schannel: next InitializeSecurityContext failed: Unknown error (0x80092012) - The revocation function was unable to check revocation for the certificate.
Even after adding certificate.
Using Windows X OS.
can anyone suggest to solve this issue.

Can Hyperledger-fabric samples be hosted in Windows 10 Home edition?

I get errors while building your first network
I was able to run this command ./byfn.sh generate and can see peers and orderer generated.
With the command ./byfn.sh up I get the following error:
ERROR: SSL error: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:661) ERROR !!!! Unable to start network.

Nuget restore fails

We have a private nuget repository. It was working well until last Friday. Now we get the following message:
Error: TrustFailure (The authentication or decryption has failed.)
The authentication or decryption has failed.
The authentication or decryption has failed.
Invalid certificate received from server. Error code: 0x5
What we tried to fix the problem:
updated nuget.exe
run the command mozroots --import --machine --sync

Github certificate not verified in macports

I am trying to install ros-hydro-genmsg, but encountered the following error.
---> Attempting to fetch 0.4.23-0.tar.gz from https://github.com/ros-gbp/genmsg-release/archive/release/hydro/genmsg/
DEBUG: Fetching distfile failed: SSL certificate problem, verify that the CA cert is OK. Details:
error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
When I manually go to that link in whatever browser, the file is downloaded immediately. When trying to download it through macports, it does not accept the certificate? I have put both "DigiCert High Assurance EV Root CA > SSL" and "GTE CyberTrust Global Root > SSL" to Always trust like suggested elsewhere, but that did not work either.

Resources