隔壁老王

Jack's Blog

Ubuntu16.04 升级到 18.04

根据 ppa的声明: Co-installable PHP versions: PHP 5.6, PHP 7.x and most requested extensions are included. Only Supported Versions of PHP (http://php.net/supported-versions.php) for Supported Ubuntu ...

解决服务器端使用 let's encrypt 签发的证书时客户端无法认证https的问题

解决服务器端使用 let’s encrypt 签发的证书时客户端无法认证https的问题 问题描述: 服务器使用了 let’s encrypt 签发的证书,浏览器访问是没问题的,问题是另一台服务器Ubuntu16.04使用API访问https服务器时出错,提示: ERROR: cannot verify wx.hb3344.com's certificate, issued by ‘CN...

Laravel Broadcasting 同时启用 web 和 api 两个 Middleware

妙啊

Laravel Broadcasting 同时启用 web 和 api 两个 Middleware 最近在给项目做 API 接口,大体搞定了,但是缺少实时推送功能。既然 web 版可以用 websocket 接收推送,api 为何不可呢? 核心在 app/Providers/BroadcastServiceProvider.php: <?php namespace App\Pr...

升级到Laravel8及PHP8.0小记

老了,跟不上时代了

升级到Laravel8及PHP8.0小记 环境: Ubuntu16.04 64bit PHP 7.2.34-21+ubuntu16.04.1+deb.sury.org+1 (cli) (built: May 1 2021 11:52:36) ( NTS ) nginx 1.16.1 mysql Ver 14.14 Distrib 5.7.33, for Linux (x...

Windows 环境编译 OpenSSL 小记

到底没明白Perl有啥好的

Windows 环境编译 OpenSSL 小记 0. 环境 Win10 20H2 19042.867 Visual Studio 2019 Community 16.9.1 1. 下载源码 到 openssl.org/source 下载源码,版本 1.1.1j。 解压后阅读 README, INSTALL, NOTES.WIN, NOTES.PERL,得先安装 Activ...