码迷,mamicode.com
首页 >  
搜索关键字:certificate    ( 805个结果
关于python3.6上传文件时报错:HTTPSConnectionPool(host='httpbin.org', port=443): Max retries exceeded with url: /post (Caused by SSLError(SSLError(1, '[SSL: CERTIFICATE_VERIFY_FAIL解决办法
最近在练习post请求中上传文件时遇到了一个奇葩事情,两台电脑上写了一模一样的代码,一个运行正常,另一个一片红。 最后了解了一下原因以及解决办法。先记录下关键代码: 代码运行后报错如下: requests.exceptions.SSLError: HTTPSConnectionPool(host=' ...
分类:编程语言   时间:2018-10-21 16:04:17    阅读次数:2320
curl: (60) SSL certificate problem: unable to get local issuer certificate 错误
今天同事做微信分享时,碰到如下SSL certificate problem: unable to get local issuer certificate。的错误信息。此问题的出现是由于没有配置信任的服务器HTTPS验证。默认,cURL被设为不信任任何CAs,就是说,它不信任任何服务器验证。因此, ...
分类:Web程序   时间:2018-10-19 02:28:17    阅读次数:222
nginx https 流量代理转发
流量转发#用户直接访问pay.game.com速度慢.通过proxypay服务器访问,并将请求结果返回给用户.server{listen443;server_nameproxypay.game.com;sslon;ssl_certificate/etc/nginx/1_proxypay.game.com_bundle.crt;ssl_certificate_key/etc/nginx/2_prox
分类:Web程序   时间:2018-10-09 12:15:58    阅读次数:535
System.Security.Authentication.AuthenticationException:根据验证过程,远程证书无效。
好久没写博客了,今天突然遇到个神奇的问题。 做好的网站在win10上和Windows sever 2012 上都没有问题,搬到Windows sever 2003上就出现了这么一个错误: Server Error in '/' Application. The remote certificate ...
分类:其他好文   时间:2018-10-08 12:59:44    阅读次数:411
x509: certificate is valid for 10.96.0.1, 172.18.255.243, not 120.79.23.226
服务器:阿里云服务器 master:120.79.23.226 node:39.108.131.246 系统:Centos 7.4 node节点加入集群中是报错: x509: certificate is valid for 10.96.0.1, 172.18.255.243, not 120.79 ...
分类:其他好文   时间:2018-10-03 00:28:55    阅读次数:2110
linux下安装python3遇到的问题总结
一、python3安装 1、下载python3.5安装包(示例):wget --no-check-certificate https://www.python.org/ftp/python/3.5.0/Python-3.5.0.tgz 解压到当前目录:tar -zxvf Python-3.5.0.t ...
分类:编程语言   时间:2018-09-29 22:04:08    阅读次数:376
Linux下安装Python3.5.2、Django、paramiko
1,安装依赖文件: 2,下载Python3.5.2: 安全连接时,要增加:--no-check-certificate 3,解压、安装 4,配置环境变量 [root@Server bin]# echo $PATH/usr/lib64/qt-3.3/bin:/usr/local/sbin:/usr/l ...
分类:编程语言   时间:2018-09-29 00:04:42    阅读次数:395
iOS https抓包工作记录
1.两个证书需要安装:电脑端和手机端 电脑端:help -> SSL Proxying ->Install Charles Root Certificate 手机端:help -> SSL Proxying ->Install Charles Root Certificate on a Mobile ...
分类:移动开发   时间:2018-09-28 17:38:06    阅读次数:205
There was a problem confirming the ssl certificate: [SSL: TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 alert protocol version (_ssl.c:661) - skipping
Could not fetch URL https://pypi.python.org/simple/xlrd/: There was a problem confirming the ssl certificate: [SSL: TLSV1_ALERT_PROTOCOL_VERSION] tlsv ...
分类:其他好文   时间:2018-09-26 17:12:23    阅读次数:278
Nginx配置SSL证书部署HTTPS网站
1.购买ssl证书 购买网站:l例如:沃通 2.上传证书到nginx服务器,然后进行解压。 解压后可以得到两个文件,一个是以crt结尾,一个是以key结尾 CRT 即 certificate的缩写,即证书。 KEY 通常指私钥 3.在nginx的配置文件里面配置server { listen 443... ...
分类:Web程序   时间:2018-09-25 15:30:33    阅读次数:197
805条   上一页 1 ... 17 18 19 20 21 ... 81 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!