码迷,mamicode.com
首页 >  
搜索关键字:certificate    ( 805个结果
20150713 DAY2 first
WORD LISTfreshman, first-year studentoverseas, overseas studentsdiploma,certificate,credentialnotebook,handbookForbesCambridgereviewdictationmicrophon...
分类:其他好文   时间:2015-07-13 23:52:21    阅读次数:112
nginx proxy https
server {listen 443;server_name mail.jb51.net;ssl on;ssl_certificate server.crt;ssl_certificate_key server.key;location / { proxy_pass https://192.1...
分类:Web程序   时间:2015-07-13 18:17:36    阅读次数:165
Nginx502,504和499错误解决方案
499错误解决方案499错误是什么?让我们看看NGINX的源码中的定义:ngx_string(ngx_http_error_495_page), /* 495, https certificate error */ngx_string(ngx_http_error_496_page), /* 496...
分类:其他好文   时间:2015-07-12 22:59:40    阅读次数:249
【漏洞】OpenSSL 更新
OpenSSL 1.0.2d 和 OpenSSL 1.0.1p 发布,修复了一个安全问题(CVE-2015-1793)。安全级别:高影响的版本:OpenSSL 1.0.2c, 1.0.2b, 1.0.1n 和 1.0.1o。漏洞描述:Alternative chains certificate fo...
分类:其他好文   时间:2015-07-10 11:14:05    阅读次数:121
linux中安装easy_install(setuptools)
如果是类似于ubuntu的带桌面的系统直接下载安装就可以了,以下是针对centOS的命令行安装方法最好先查看版本号,根据版本来选择安装方法,终端命令如下# lsb_release -a版本号是5.X的依次执行以下命令> wget --no-check-certificate https://bootstrap.pypa.io/ez_setup.py > python ez_setup.py --in...
分类:系统相关   时间:2015-07-08 19:12:14    阅读次数:172
centos中安装 pip
当前目录依次执行以下两条命令即可>wget https://bootstrap.pypa.io/get-pip.py --no-check-certificate >python get-pip.py...
分类:其他好文   时间:2015-07-08 19:09:10    阅读次数:124
svn: E230001: Server SSL certificate verification failed
TortoiseSvn是好的命令行svn 的时候 有问题 ,也加了--no-auth-cache --non-interactive参数svn list 地址选下p 就好。http://stackoverflow.com/questions/3147660/server-certificate-ve...
分类:其他好文   时间:2015-07-08 12:43:32    阅读次数:6160
【转】 iOS Provisioning Profile(Certificate)与Code Signing详解
原文:http://blog.csdn.net/phunxm/article/details/42685597引言 关于开发证书配置(Certificates & Identifiers & Provisioning Profiles),相信做iOS开发的同学没少被折腾。对于一个iOS开发小白...
分类:移动开发   时间:2015-07-07 18:49:21    阅读次数:159
微软认证Hyper-V咨询工程师认证课程
课程链接:http://www.microsoftvirtualacademy.com/colleges/hyper-V-Certificate STEP 1:完成课程链接内的认证课程。 STEP 2:认证流程。 STEP 3:认证说明。
分类:其他好文   时间:2015-07-03 13:41:22    阅读次数:156
javax.net.ssl.SSLException: hostname in certificate didn't match:
每个协议有自己的一套SSL东西,Android 链接https经常会抛出如下错误 javax.net.ssl.SSLException: hostname in certificate didn't match: != OR OR at org.apache.http.conn.ssl.AbstractVerifier.verify(AbstractVerifier.java:...
分类:编程语言   时间:2015-07-03 10:43:50    阅读次数:1034
805条   上一页 1 ... 61 62 63 64 65 ... 81 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!