解决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
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
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
将结点Node进行封装,假设Node的操作有增加,删除,查找,打印几个操作。将Node实现为链表Link的内部类,简化代码。package Chapter5;import java.security.cert.LDAPCertStoreParameters;class Link{ class Nod...
分类:
编程语言 时间:
2015-08-29 18:25:43
阅读次数:
149
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...
服务器环境为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
原文: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
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
本文翻译自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