码迷,mamicode.com
首页 >  
搜索关键字:pip openssl    ( 12812个结果
CentOS6.4安装readline时报错:/usr/bin/ld : cannot find -lncurses
CentOS6.4安装readline时报错:/usr/bin/ld : cannot find -lncurses解决方法:安装ncurses-devel,输入命令:#yum install ncurses-devel###安装完成后重新安装readline(#pip install readli...
分类:其他好文   时间:2014-08-09 21:14:29    阅读次数:1431
在Linux环境下使用OpenSSL对消息和文件进行加密(转载)
转自:http://netsecurity.51cto.com/art/201301/378513.htm1.简介OpenSSL是一款功能强大的加密工具包。我们当中许多人已经在使用OpenSSL,用于创建RSA私匙或证书签名请求(CSR)。不过,你可曾 知道可以使用OpenSSL来测试计算机速度?或...
分类:系统相关   时间:2014-08-09 15:51:38    阅读次数:242
OpenSSL win 下报错 OPENSSL_Uplink(58D46000,08): no OPENSSL_Applink
python 中使用 M2Crypto 想读写文件时总是报:OPENSSL_Uplink(58D46000,08): no OPENSSL_Applinkwindows 平台下使用 openssl 时不能直接操作与文件 IO 有关的函数。因为 ms/uplink.c 会动态从当前 exe 中获取 m...
分类:移动开发   时间:2014-08-08 20:41:46    阅读次数:489
apache源码编译时报错ssl_engine_init.c:546: error: 'STACK' undeclared (first use in this function)
操作系统:centos6.4X86_64apache版本:httpd-2.2.6openssl版本:openssl-1.0.1e源码编译apache时报如下错误:ssl_engine_init.c:Infunction‘ssl_init_ctx_protocol‘: ssl_engine_init.c:390:warning:assignmentdiscardsqualifiersfrompointertargettype ssl_engine_init.c:396..
分类:其他好文   时间:2014-08-08 18:25:36    阅读次数:841
centos6.4安装openssl报错out range of signed 32bit displacement
一、系统环境操作系统:centos6.4x86_64openssl版本:openssl-0.9.8e二、安装过程#tarzxvfopenssl-0.9.8e.tar.gz #cdopenssl-0.9.8e #./configsharedzlib #make报错:md5-x86_64.s:41:Error:0xd76aa478outrangeofsigned32bitdisplacement md5-x86_64.s:50:Error:0xe8c7b756outr..
分类:其他好文   时间:2014-08-08 18:24:26    阅读次数:506
SSL证书的购买与Nginx下的配置
现在SSL证书的价格越来越亲民了。最近发现了RapidSSLOnline的40美金3年的廉价SSL证书,还是GeoTrust的。忍不住买了一个。分享一下具体的购买过程。声明:RapidSSL没给任何广告费用,因为购买和安装过程十分顺畅,纯分享。为什么购买SSL:http协议默认情况下是不加密的。各种密码..
分类:其他好文   时间:2014-08-08 16:31:47    阅读次数:232
centos下安装gateone: webssh
文件下载在 https://github.com/liftoff/GateOne/downloads比较奇怪的是wget经常失败 https的连接总是有问题另外,需要安装tornado2.4.1, 以及 ordereddict, 这些都用pip install在python2.6及python2.7...
分类:Web程序   时间:2014-08-08 15:29:56    阅读次数:370
部署中遇到的问题-UWSGI(二)
pip-installed uWSGI ./python_plugin.so error 使用xml格式的uwsgi配置 uwsgi -x /home/zoueswebsite/zoueswebsite.xml的命令显示如下error: open("./python_plugin.so"): No such file or directory [core/utils.c l...
分类:其他好文   时间:2014-08-07 15:43:40    阅读次数:343
CentOS上安装NodeJs
(1)参照:http://www.cnblogs.com/zhangqingsh/archive/2013/04/15/3022583.html 安装Python2.7(2)安装Nodejs yum install gcc-c++ openssl-devel (nodejs需要openssl) .....
分类:Web程序   时间:2014-08-07 12:23:49    阅读次数:252
ipa文件下载
ios7.1之后只能用https下载了,公司又不舍得花钱买ssl证书。Google出的自签名解决方案:用openssl生成CA,把此CA导入到ios终端安装,以此解决认证Safari的认证问题。用此CA生成证书,然后把证书打包成iis识别的pfx格式,详细命令如下:以下命令为openssl命令,ma...
分类:其他好文   时间:2014-08-06 22:45:42    阅读次数:407
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!