Gatewayworker小程序nginx配置之后websocket老是斷掉,因?yàn)樾〕绦蚰J(rèn)端口是443,必須是wss,所以我用nginx配置了WSS 下面是我的nginx配置 [attach]713[/attach] 測(cè)試連接wss://www.test.cn/wss,小程序使用默認(rèn)443端口能夠連接上,但是總是頻繁中斷,不知道哪里出了問題 下面是gatewayworker報(bào)的錯(cuò)誤 [attach]714[/att...
Warning:stream_socket_enable_crypto(): SSL operation failed with code 1 . OpenSSL Error messages: error:1408F10B:SSL routines:SSL3_GET_RECODE:wrong version number..... 請(qǐng)問這是什么錯(cuò)?...
<?php namespace app\index\controller; require_once 'GatewayClient/Gateway.php'; // GatewayClient 3.0.0版本開始要使用命名空間 use GatewayClient\Gateway; use think\Controller; class Sendmsg extends Controller { publi...