码迷,mamicode.com
首页 >  
搜索关键字:libcurl openssl zlib    ( 5349个结果
解决linux netcore https请求使用自签名证书忽略安全检查方法
当前系统环境:centos7 x64. dotnet 2.0.不管是ServicePointManager.ServerCertificateValidationCallback = (a, b, c, d) => true;还是:HttpClient httpClient = new HttpCl ...
分类:Web程序   时间:2020-05-25 16:04:45    阅读次数:109
源码编译安装PostgreSQL(pg12)
源码编译安装PostgreSQL(pg12) 摘要:源码安装PostgreSQL 系统环境: Centos 7.7 PostgreSQL12.21. 安装依赖包# yum -y install readline readline-devel zlib zlib-devel pam pam-devel... ...
分类:数据库   时间:2020-05-25 10:53:08    阅读次数:182
OpenSSL证书生成参考
OpenSSL证书生成参考: 部分参考: https://blog.csdn.net/qq_37979887/article/details/80491849 Microsoft Windows [版本 6.1.7601] 版权所有 (c) 2009 Microsoft Corporation。保留 ...
分类:其他好文   时间:2020-05-24 21:09:50    阅读次数:75
CA创建及自签名证书
1,生成公私钥 (umask 077; openssl genrsa -out app.key -des3 1024) openssl rsa -in app.key -pubout -out app.pubkey 2,创建根CA #生成证书索引数据库文件 touch /etc/pki/CA/ind ...
分类:其他好文   时间:2020-05-24 16:44:26    阅读次数:102
通过xshell在linux上安装python3.6.6
查看更多Linux开发环境配置,请点击《Linux开发环境配置大全》 通过xshell在linux上安装python3.6.6 0)安装环境 yum install -y gcc patch libffi-devel python-devel zlib-devel bzip2-devel opens ...
分类:编程语言   时间:2020-05-24 16:30:52    阅读次数:133
通过xshell在linux上安装git1.8.4.2
查看更多Linux开发环境配置,请点击《Linux开发环境配置大全》 通过xshell在linux上安装git1.8.4.2 0)环境 yum install curl-devel expat-devel gettext-devel openssl-devel zlib-devel gcc perl ...
分类:系统相关   时间:2020-05-24 15:14:40    阅读次数:86
HttpRunnerManager学习(一)环境部署安装
环境准备 linux系统( CentOS 7) Xshell Xftp Navicat python3.6 httprunnermanager包 docker python安装 1.yum安装依赖包 避免后面出现少包的问题 > yum -y install zlib-devel bzip2-deve ...
分类:Web程序   时间:2020-05-24 00:39:04    阅读次数:81
web服务器之nginx
安装: 1 环境准备 gcc yum install gcc-c++ pere (解析正则表达式) zlib zlib库提供了很多种压缩和解压缩的方式,nginx使用zlib对http包的内容进行gzip openssl nginx不仅支持http协议,还支持https(即在ssl协议上传输http ...
分类:Web程序   时间:2020-05-21 12:05:54    阅读次数:84
httpd - 配置SSL证书
Summary 在阿里云申请免费证书,得到如下三个文件 Demo # 安装软件 yum install mod_ssl openssl httpd -y # 修改配置文件/etc/httpd/conf.d/ssl.conf,将上述文件传到指定的位置上,然后修改如下配置值即可。 SSLCertific... ...
分类:Web程序   时间:2020-05-21 09:57:08    阅读次数:78
symbol X509_get_signature_nid, version libcrypto.so.10 not defined
尝试在pg库中创建订阅的时候,遇到了一下错误: ERROR: could not load library "/usr/pgsql-11/lib/libpqwalreceiver.so": /usr/pgsql-11/lib/libpq.so.5: symbol X509_get_signature ...
分类:其他好文   时间:2020-05-20 18:49:04    阅读次数:121
5349条   上一页 1 ... 24 25 26 27 28 ... 535 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!