问题描述 访问index后,页面会立即响应,但是控制台会在30秒内会出现报错 程序代码 <?php namespace app\controller; use support\Request; class IndexController { public function index(Request $request) { $http = new \Workerman\Ht...
问题描述 这里详细描述问题 协程环境下使用httpclient组件请求https接口,会出现报错 NOTICE Socket::ssl_connect(fd=13) to server[xx.xx.xx.xx:443] failed. Error: error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure[1|1...