码迷,mamicode.com
首页 >  
搜索关键字:sni    ( 443个结果
Nginx工作原理和优化、漏洞(转)
查看安装了哪些模块命令: [root@RG-PowerCache-X xcache]# nginx/sbin/nginx -Vnginx version: nginx/1.2.3built by gcc 4.4.7 20120313 (Red Hat 4.4.7-3) (GCC) TLS SNI s ...
分类:其他好文   时间:2016-07-18 02:27:45    阅读次数:190
HTTP/HTTPS自动加密上网方案
方案介绍 涉及到的软件 BIND: 一个流行的域名解析服务器,我们可以设置哪些域名需要走加密线路。 Stunnel: 使用TLS对tcp协议进行加密,也就是对tcp建立一条加密线路。 SNI Proxy: 代理软件。对于HTTP协议,它可以根据Host请求头解析得出目标站IP;对于HTTPS协议,它 ...
分类:Web程序   时间:2016-07-10 23:28:59    阅读次数:1400
摄像机识别图片中的手机号
使用了开源的特征库(需要存放到手机sd卡根目录下);在摄像机预览状态下获取扫描手机号框框区域内的图片bitmap对象,交给开源代码识别数字,识别出来的数字进入手机号的正则表达式匹配 在识别手机号的过程中,为了增加识别率:可以参照的文章有:http://www.oschina.net/code/sni ...
分类:移动开发   时间:2016-07-07 13:02:38    阅读次数:221
python解决SNIMissingWarning和InsecurePlatformWarning警告
在想要获取https站点的资源时,会报出SNIMissingWarning和InsecurePlatformWarning警告 SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indicatio ...
分类:编程语言   时间:2016-06-19 09:00:31    阅读次数:253
Haproxy实现多域名证书HTTPS
前面讲到,使用Nginx实现多域名证书HTTPS(http://fengwan.blog.51cto.com/508652/1719708),通过重新编译Nginx实现TLSSNISupport打开,那么使用Haproxy如何实现呢?要求:Haproxy必须要1.5以上的版本第一步:openssl的安装tarzxfopenssl-0.9.8zh.tar.gz cdopenssl-0.9.8zh ./con..
分类:Web程序   时间:2015-12-05 17:53:08    阅读次数:364
java sni support result in svn fail
svn: E175002: handshake alert: unrecognized_namehttp://stackoverflow.com/questions/7615645/ssl-handshake-alert-unrecognized-name-error-since-upgrade-t...
分类:编程语言   时间:2015-08-18 14:03:33    阅读次数:228
Ubuntu 14.04安装Skype
Skype 4.3版本在14.04 LTS工作正常。安装步骤:$ sudo apt-get remove skype skype-bin:i386 skype:i386$ sudo apt-get install sni-qt:i386$ sudo dpkg --add-architecture i...
分类:系统相关   时间:2015-05-31 20:09:57    阅读次数:183
Atom编辑器折腾记_(6)config.cson基础教程
号外 昨天,atom官方更新了atom的版本; 把之前内置到core的核心插件autocomplete替换成autocomplete plus,还做了许多修正,具体看这里 Notable Changes Atom now bundles Autocomplete Plus and the completion providers for HTML, CSS, Less, Sass, sni...
分类:其他好文   时间:2015-05-16 12:03:44    阅读次数:233
Ubuntu 14 安装Skype 4.3
Ubuntu 14 安装Skype 4.3Step 1: 删除老版本sudo apt-get remove skype skype-bin:i386 skype:i386 sudo apt-get install sni-qt:i386Step 2: 安装 SkypeFor 32bit OSsudo apt-get install gdebi wget download.skype.com/lin...
分类:系统相关   时间:2015-04-17 15:43:40    阅读次数:186
ubuntu安装Skype 4.3
Install Skype 4.3Step 1: Remove previous versionsudo apt-get remove skype skype-bin:i386 skype:i386sudo apt-get install sni-qt:i386Step 2: Install Sky...
分类:其他好文   时间:2014-08-08 15:28:56    阅读次数:313
443条   上一页 1 ... 42 43 44 45 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!