a) Ethical Conduct Disclosure and Declaration Form b) Birth certificate c) Passport d) Marital status e) Degrees and transcripts f) Language certifica ...
分类:
移动开发 时间:
2017-10-13 16:18:01
阅读次数:
182
最近开发一个需求,涉及获取服务端https证书。一般进行https调用我们都不太关心底层细节,直接使用WebClient或者HttpWebRequest来发送请求,这两种方法都无法获取证书信息,需要用到ServicePoint,这个类用于提供HTTP连接的管理。写个Demo,拿新浪首页试一下:usingSystem;
usi..
分类:
Web程序 时间:
2017-10-11 00:54:48
阅读次数:
163
在安装了epel源的情况下,直接yum就可以安装python3.4 yum install python34 -ypython3 --version 没有自带pip3,从官网安装 wget --no-check-certificate https://bootstrap.pypa.io/get-pi ...
分类:
编程语言 时间:
2017-10-07 14:53:03
阅读次数:
152
摘要:涉及到网络安全这一块,想必大家都听过CA吧。像百度、淘宝、京东等这些知名网站,每年都要花费一笔money来买CA证书。但其实简单的企业内的CA认证,我们自己就可以实现,今天小编我就讲解一下怎么在企业局部实现CA认证。 一、CA介绍 1、电子商务认证授权机构(CA, Certificate Au ...
分类:
其他好文 时间:
2017-09-27 21:46:06
阅读次数:
288
在进行802.1x 测试时遇到如下问题: Waking up in 4.6 seconds.(156) Received Access-Request Id 82 from 192.168.1.126:44896 to 192.168.1.122:1812 length 524(156) User- ...
分类:
其他好文 时间:
2017-09-27 19:03:25
阅读次数:
577
下载JDK的时候,会出现用户验证的问题,下载下来的文件是一个HTML的文件,所以要加上几个字段表示去除验证。 下载语句: wget --no-check-certificate --no-cookies --header "Cookie: oraclelicense=accept-securebac ...
分类:
系统相关 时间:
2017-09-27 16:09:12
阅读次数:
259
环境:centos6.5nginx:1.10openssl:1.0.1e-15测试样例一:web访问https协议的URLhttps://test.xx.com/demonginx开启证书配置,代理后端非安全协议的url,例如:http://xx.xx.com/xxserver{listen443;server_nametest.xxxx.com;sslon;ssl_certificate/etc/nginx/key_file/xxxx...
分类:
Web程序 时间:
2017-09-22 01:00:08
阅读次数:
271
环境:centos6.5nginx:1.10openssl:1.0.1e-15测试样例一:web访问https协议的URLhttps://test.xx.com/demonginx开启证书配置,代理后端非安全协议的url,例如:http://xx.xx.com/xxserver{listen443;server_nametest.xxxx.com;sslon;ssl_certificate/etc/nginx/key_file/xxxx...
分类:
Web程序 时间:
2017-09-21 23:31:40
阅读次数:
268
Requirements Mac OS X. Tested on Snow Leopard only. You need to have a valid iPhone development certificate installed. Xcode must be installed, along ...
分类:
移动开发 时间:
2017-09-20 16:37:59
阅读次数:
332
SM2单证书认证 下端 导入根证书以及通用证书[具有签名和加密证书的功能]和远端的证书[获取远端公钥信息] 1、配置证书域 2、通过复制粘贴的方式导入根证书以及设备证书: JR-29(config)#crypto ca import certificate to gernal % Input the ...
分类:
其他好文 时间:
2017-09-19 19:52:04
阅读次数:
270