问题是由于HTTPS Server没有证书引起的,在网上查了一下解决办法:Trusting all certificates using HttpClient over HTTPS主要代码如下:import java.io.IOException;import java.net.Socket;imp...
分类:
移动开发 时间:
2014-12-26 14:20:47
阅读次数:
162
oh-my-zsh
https://github.com/robbyrussell/oh-my-zsh/
如果没有安装git需要先安装git:
sudo apt-get install git
1. sudo apt-get install zsh
2. wget --no-check-certificate http://install.ohmyz.sh -O - | sh
3. 这时可...
分类:
系统相关 时间:
2014-12-25 00:15:27
阅读次数:
1936
消除SDK更新时,有可能会出现这样的错误: Download interrupted: hostname in certificate didn't match: != Download interrupted: Connection to https://dl-ssl.google.com ref...
分类:
Web程序 时间:
2014-12-22 12:34:01
阅读次数:
178
Part of the PKI approach used in TLS, means that for every Certificate file a computer wants to use fully, it must also have a matching Private Key file.
PKI的方法中使用TLS的一部分,意味着,电脑想完全利用每一个证书文件,它还必须有一个匹配的私钥文件。...
分类:
其他好文 时间:
2014-12-22 09:27:16
阅读次数:
226
1,puppet--server,Client,Agent time no syn case erorpuppet agent --server frontend -terr: Could not request certificate: execution expiredExiting; fail...
分类:
系统相关 时间:
2014-12-20 18:11:38
阅读次数:
277
Smart-Gitclone 下载,报错 如下into cancan...error: SSL certificate problem, verify that the CA cert is OK. Details:error:14090086:SSL routines:SSL3_GET_SERVE...
分类:
其他好文 时间:
2014-12-18 13:12:52
阅读次数:
250
现在仔细写个上传应用的过程,希望可以帮助到有需要得人上传应用第一步:去到苹果开发者中心https://developer.apple.com/account/ios/certificate/certificateList.action?type=developmenta按照图片里的标示一步步来先去给...
分类:
移动开发 时间:
2014-12-16 13:15:56
阅读次数:
238
1、安装wget --no-check-certificate https://github.com/ideawu/ssdb/archive/master.zipunzip mastercd ssdb-mastermakemake install2、修改配置文件vi /usr/local/ssdb/...
分类:
数据库 时间:
2014-12-15 15:20:12
阅读次数:
316
其实挺讨厌苹果这一套上架机制,审核周期长,而且网速又慢,但又没办法,只能上架到AppStore,无奈。上架前需要确保应用图标齐全,并在Info.plist中的Icon files添加了png图片,不然上架过程中的Validate通不过;1、上架前,需要Production类型的Certificate...
分类:
移动开发 时间:
2014-12-05 17:12:22
阅读次数:
136
错误提示:root@kali:~# git clone https://code.jd.com/15907645082_p/xiaoshuo.git正克隆到 'xiaoshuo'...error: server certificate verification failed. CAfile: /et...
分类:
Web程序 时间:
2014-12-02 06:44:10
阅读次数:
201