Steam平台登陆显示Invalid SSLbirth certificatee.怎么解决

执行Git命令时出现各种 SSL certificate problem 的解决方法 - 开源软件当前位置:& &&&执行Git命令时出现各种 SSL certificate problem 的执行Git命令时出现各种 SSL certificate problem 的解决方法&&网友分享于:&&浏览:0次执行Git命令时出现各种 SSL certificate problem 的解决办法
原文:http://blog.csdn.net/officercat/article/details/
比如我在windows下用git clone gitURL
SSL certificate problem: self signed certificate in certificate chain
这种问题,在windows下出现得频率高些。我估计主要是git本身就是基于linux开发的,在windows上,容易缺失一些环境。
参考了一些文章,解决方法其实就是“直接不管ssl证书的事儿”-_-|||
方法如下:
1.创建临时环境变量:
windows上命令行输入:
[plain] view plaincopy
set GIT_SSL_NO_VERIFY=true git clone
[plain] view plaincopy
env GIT_SSL_NO_VERIFY=true git push
这里clon可以根据需要换成其他的git命令。
也可以把临时环境变量变为永久的,反正永远不验证ssl证书也没什么风险吧。。。
2.用git自带的配置命令:
[plain] view plaincopy
git config --global http.sslVerify false
12345678910
12345678910
12345678910 上一篇:下一篇:文章评论相关解决方案 1234567891011 Copyright & &&版权所有体力5837 点
蒸汽1836 克
主题帖子积分
社区昵称:Esther
昨天也一天打不开了,提示的是ssl cetification过期还是什么的,今天直接变这样了,咋办
QQ截图09.png (66.83 KB, 下载次数: 0)
09:49 上传
QQ截图22.png (7.39 KB, 下载次数: 0)
09:49 上传
一般来说是因为开了https或改了hosts
人如地上蚂蚁天天战战兢兢匆匆往
谁来指指点点东东西西应该哪里闯
沿途命运归于天空看看星星怎么放
神明静静看看大地凡人日夜怎样忙
体力1229 点
蒸汽103 克
主题帖子积分
社区昵称:crysmimo
一般来说是因为开了https或改了hosts
更新hosts后不做别的修改也可以解决问题,谢谢&
体力4714 点
蒸汽994 克
主题帖子积分
你是不是开启了Chrome强制使用https的选项或者插件?
我试了一下使用直接登录,Chrome给我直接跳转到了普通的http网址上了。
QQ截图56.jpg (8.1 KB, 下载次数: 0)
10:23 上传
体力2028 点
主题帖子积分
点评一概表示认同
社区昵称:borderwqland
电脑浏览器上这个页面好像不是完全加密的。
你强制全开,好像就会出现这个提示。
体力5882 点
蒸汽1882 克
主题帖子积分
弃善为恶的尧尧
社区昵称:Mr.Yao
Steam商店不能使用HTTPS链接方式进行连接,
否则就会出现你这个错误。
Steam打开困难?图片不显示?连接有问题?
有疑难问题?没人回答你的问题?回答的不满意?!
看不到谷歌人机验证?
体力369 点
蒸汽236 克
主题帖子积分
社区昵称:8 3 4 1
不用这个浏览器 帮顶了
体力483 点
蒸汽338 克
主题帖子积分
社区昵称:TonyAxes
升级试试?
体力1347 点
蒸汽459 克
主题帖子积分
社区昵称:HolyBlueCat
今天起来和楼主一样的问题,等解答
更新hosts就可以了&
体力154 点
蒸汽110 克
主题帖子积分
社区昵称:playbadlypoi
我也是这样,求解
更新hosts就可以了&
体力4241 点
蒸汽1438 克
主题帖子积分
社区昵称:leihao
去清理一下hosts文件,服务器大概是挪做它用了
体力3553 点
蒸汽1757 克
主题帖子积分
社区昵称:Ferran
ls正解,ssl证书和域名不对应
『滴学生卡』
可是这明明是成人卡的配色
『片十字花瓣』
当那一刻到来时
『干渴水滴』
当剋止对水的欲望时
『乐抚其鳞』
当探索游戏的价值时
『轴承骨架』
当服务社区与履行义务时
SteamCN 蒸汽动力 & Chinese Steam User Fan Site.
来浏览本站
数据存储与境外加速
10:27, PE: 0.348748s , QE: 118, Redis On.1633人阅读
按照meteor官方说明安装的时候,在OSX下报出以下证书无效错误:
curl& / | sh
&&% Total& & % Received % Xferd& Average Speed & Time& & Time & & Time& Current
&& & & & & & & & & & & & & & & & Dload& Upload & Total & Spent& & Left& Speed
100& 6675& & 0& 6675& & 0 & & 0 & 1068& & & 0 --:--:--& 0:00:06 --:--:--& 1412
Downloading Meteor distribution
curl: (60) SSL certificate problem: Invalid certificate chain
More details here: http://curl.haxx.se/docs/sslcerts.html
curl performs SSL certificate verification by default, using a &bundle&
&of Certificate Authority (CA) public keys (CA certs). If the default
&bundle file isn't adequate, you can specify an alternate file
&using the --cacert option.
If this HTTPS server uses a certificate signed by a CA represented in
&the bundle, the certificate verification probably failed due to a
&problem with the certificate (it might be expired, or the name might
&not match the domain name in the URL).
If you'd like to turn off curl's verification of the certificate, use
&the -k (or --insecure) option.
Installation failed.
解决办法,在curl官网下载cacert.pem证书
https://curl.haxx.se/docs/caextract.html
然后执行指定证书:
curl -fsSL --cacert ./cacert.pem / | sh
Downloading Meteor distribution
######################################################################## 100.0%
Meteor 1.3.2.4 has been installed in your home directory (~/.meteor).
Writing a launcher script to /usr/local/bin/meteor for your convenience.
To get started fast:
& $ meteor create ~/my_cool_app
& $ cd ~/my_cool_app
& $ meteor
Or see the docs at:
安装成功。
&&相关文章推荐
* 以上用户言论只代表其个人观点,不代表CSDN网站的观点或立场
访问:32097次
排名:千里之外
原创:32篇
转载:10篇
(1)(5)(1)(1)(3)(2)(1)(1)(12)(5)(4)(2)(4)

我要回帖

更多关于 certificate 的文章

 

随机推荐