草庐IT

certificate-revocation

全部标签

[postman] SSL Error: Unable to verify the first certificate(已解决)

记录一次解决的由ssl证书带来的问题,以及解决历程。问题的产生的原因是这样的,客户想给项目迁移服务器。也是按照之前服务器的配置方式,tomcat、jdk、nginx、maven等等也是用过scp命令进行同步的,因为用scp命令能保证文件的权限也不会变。客户这面也提供了https的ssl证书,一切都准备就绪了,部署完也都可以正常访问。看起来一切都是那么顺利。紧接着就是跟项目的第三方百世仓进行测试联调,结果出现了问题,百世仓通过https访问我们服务器的接口出现了超时的情况,于是我自己用postman进行测试,结果发现接口是可以请求通的,就断定不是自己的问题,毕竟工具都能访问通,百世仓请求不过来就

【完美解决】使用git时候出现error setting certificate verify locations: CAfile:问题

【完美解决】使用git时候出现errorsettingcertificateverifylocations:CAfile:问题1、出现场景:在使用idea的时候,进行git下的push,出现下面的错误:2、原因分析:可能因为重装过系统,或者是安装git的位置发生了变化等情况出现。3、解决方案:找到git的安装路径,打开gitbash之后,进行输入:gitconfig--systemhttp.sslverifyfalse

https - 戈朗 : Send http request with certificate

首先,我是golang的新手。我尝试发送https请求。我这样创建http.Client:funchttpClient(c*Config)(httpClient*http.Client){cert,_:=tls.LoadX509KeyPair(c.CertFile,c.KeyFile)ssl:=&tls.Config{Certificates:[]tls.Certificate{cert},InsecureSkipVerify:true,}ssl.Rand=rand.Readerreturn&http.Client{Transport:&http.Transport{TLSClient

https - 戈朗 : Send http request with certificate

首先,我是golang的新手。我尝试发送https请求。我这样创建http.Client:funchttpClient(c*Config)(httpClient*http.Client){cert,_:=tls.LoadX509KeyPair(c.CertFile,c.KeyFile)ssl:=&tls.Config{Certificates:[]tls.Certificate{cert},InsecureSkipVerify:true,}ssl.Rand=rand.Readerreturn&http.Client{Transport:&http.Transport{TLSClient

CondaSSLError: Encountered an SSL error. Most likely a certificate verification issue.

Conda新创建环境报错如下:CondaSSLError:EncounteredanSSLerror.Mostlikelyacertificateverificationissue.Exception:HTTPSConnectionPool(host='mirrors.tuna.tsinghua.edu.cn',port=443):Maxretriesexceededwithurl:/anaconda/pkgs/free/win-64/current_repodata.json(CausedbySSLError(SSLEOFError(8,'EOFoccurredinviolationofpr

linux 使用steam++,steam社区页面报错:Invalid SSL Certificate The SSL certificate for https://steamcommunity.c

InvalidSSLCertificatTheSSLcertificateforhttps://steamcommunity.com/app/1281930/workshop/isinvalidandthepagewillnotbeloaded(error:-202status:4).解决方法:在Chrome浏览器中导入证书:chrome搜索栏输入chrome://settings/certificates,选择导入证书格式需要勾选所有文件,路径在/home/user/.local/share/Steam++/三个全部勾选,点击确定后重新启动steam++和steam即可

SSL Certificate Signed Using Weak Hashing Algorithm(CVE-2004-2761)

SSLCertificateSignedUsingWeakHashingAlgorithm操作系统版本:WindowsServer2012R2前言:解决SSLCertificateSignedUsingWeakHashingAlgorithm过程中生成证书时采用自签名故仍然会保留SSLCertificateCannotBeTrusted、SSLSelf-SignedCertificate问题,解决SSLCertificateCannotBeTrusted、SSLSelf-SignedCertificate可申请官方机构颁布证书SSLCertificateSignedUsingWeakHashi

SSL Certificate Signed Using Weak Hashing Algorithm(CVE-2004-2761)

SSLCertificateSignedUsingWeakHashingAlgorithm操作系统版本:WindowsServer2012R2前言:解决SSLCertificateSignedUsingWeakHashingAlgorithm过程中生成证书时采用自签名故仍然会保留SSLCertificateCannotBeTrusted、SSLSelf-SignedCertificate问题,解决SSLCertificateCannotBeTrusted、SSLSelf-SignedCertificate可申请官方机构颁布证书SSLCertificateSignedUsingWeakHashi

Unable to connect to the server: x509: certificate signed by unknown authority (possibly because of

Unabletoconnecttotheserver:x509:certificatesignedbyunknownauthority(possiblybecauseof"crypto/rsa:verificationerror"whiletryingtoverifycandidateauthoritycertificate"kubernetes")mkdir-p$HOME/.kubesudocp-i/etc/kubernetes/admin.conf$HOME/.kube/configsudochown$(id-u):$(id-g)$HOME/.kube/configdocker-x509c

SSL certificate problem: unable to get local issuer certificate解决办法

在github上用https克隆代码时报了如下错误fatal:unabletoaccess'https://github.com/xiaogao67/gin-cloud-storage.git/':SSLcertificateproblem:unabletogetlocalissuercertificate这是由于当你通过HTTPS访问Git远程仓库的时候,如果服务器上的SSL证书未经过第三方机构认证,git就会报错。原因是因为未知的没有签署过的证书意味着可能存在很大的风险。解决办法就是通过下面的命令将git中的sslverify关掉:gitconfig--globalhttp.sslveri