码迷,mamicode.com
首页 >  
搜索关键字:cert    ( 812个结果
解决PHP curl https时error 77(Problem with reading the
解决PHP curl https时error 77(Problem with reading the SSL CA cert (path? access rights?)) 服务器环境为CentOS,php-fpm,使用curl一个https站时失败,打开curl_error,捕获错误:Problem with reading the ...
分类:Web程序   时间:2015-10-18 01:28:35    阅读次数:212
RestClient POST
SSL:ServicePointManager.ServerCertificateValidationCallback += (sender, cert, chain, sslPolicyErrors) => true;var client = new RestClient(apihost); .....
分类:其他好文   时间:2015-10-15 09:56:19    阅读次数:133
漏洞,安全网址大全
漏洞查找网站:http://www.wooyun.org/http://www.scap.org.cnhttp://www.securityfocus.com/bidhttp://vil.nai.com/vil/default.asphttp://www.nessus.org/demo/http://www.securityfocus.com/archive/1http://www.cert.org.cn/publish/main/index.htmlhttp://sebug.net/http:..
分类:其他好文   时间:2015-09-14 00:43:23    阅读次数:267
IOS Remote Notification
1. 本地证书合成rm *.pemecho "export cert..."openssl pkcs12 -clcerts -nokeys -out push_cert.pem -in push_cert.p12echo "export key..."openssl pkcs12 -nocerts ...
分类:移动开发   时间:2015-09-10 10:50:06    阅读次数:180
Java单链表的实现
将结点Node进行封装,假设Node的操作有增加,删除,查找,打印几个操作。将Node实现为链表Link的内部类,简化代码。package Chapter5;import java.security.cert.LDAPCertStoreParameters;class Link{ class Nod...
分类:编程语言   时间:2015-08-29 18:25:43    阅读次数:149
LightOJ - 1317 Throwing Balls into the Baskets
DescriptionYou probably have played the game "Throwing Balls into the Basket". It is a simple game. You have to throw a ball into a basket from a cert...
分类:Windows程序   时间:2015-08-21 21:05:28    阅读次数:149
解决PHP curl https时error 77(Problem with reading the SSL CA cert (path? access rights?))
服务器环境为CentOS,php-fpm,使用curl一个https站时失败,打开curl_error,捕获错误:Problem with reading the SSL CA cert (path? access rights?)解决方案:1. sudo yum install ca-certif...
分类:数据库   时间:2015-08-21 12:43:06    阅读次数:309
ectouch第十讲 之ecshop中 dwt, lbi 文件详解
原文:http://www.yunmoban.cn/article-241.htmlEcshop包括的文件夹有admin、api、cert、data、images、includes、js、 languages、plugins、temp、theme、wap、widget这些文件夹,和根目录下的所有.p...
分类:其他好文   时间:2015-08-19 12:56:31    阅读次数:324
Xtradb+Haproxy高可用数据库集群(四)集群zabbix监控篇
xtradbcluster集群zabbix监控监控指标官网参考地址:https://www.percona.com/doc/percona-xtradb-cluster/5.6/manual/monitoring.html1、报警参数每个集群节点状态:wsrep_cluster_status!=Primarywsrep_connected!=ONwsrep_ready!=ON复制冲突过高wsrep_local_cert_failuresws..
分类:数据库   时间:2015-08-12 19:43:47    阅读次数:209
【Android平台安全方案】の #00-请不要在外部存储(SD卡)加密存储的敏感信息
本文翻译自https://www.securecoding.cert.org/confluence/display/java/DRD00-J.+Do+not+store+sensitive+information+on+external+storage+%28SD+card%29+unless+en...
分类:移动开发   时间:2015-07-30 22:44:24    阅读次数:148
812条   上一页 1 ... 73 74 75 76 77 ... 82 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!