03 2020 档案

摘要:最近捣鼓了自签ssl证书,按照以前的记录进行配置,发现IE下正常,Chrome下却无法访问。经过多方查找发现是高版本chrome需要配置subjectAltName,故做此记录。 一、配置openssl.cnf 1 [root@localhost ca]# openssl version -a 2 阅读全文
posted @ 2020-03-30 13:46 andy_chan 阅读(2606) 评论(0) 推荐(0) 编辑
摘要:最近有个项目用到了最新的TP3.2.5,发现有个报错:There is no active transaction,后来定位分析到是TP代码bug,由于官方已经不维护且无法提交issue,故做此记录。 测试代码: 1 try { 2 $uModel = M('Users'); 3 $uModel-> 阅读全文
posted @ 2020-03-25 14:05 andy_chan 阅读(628) 评论(0) 推荐(0) 编辑