首页
下载
文档
社区
视频
捐赠
源代码
赞助商
AOT 编译器
AI 助理
商业产品
PHP AOT 原生编译器
Swoole-Compiler 代码加密器
CRMEB 新零售社交电商系统
登录
注册
全部
提问
分享
讨论
建议
公告
开发框架
CodeGalaxy
发表新帖
pecl 安装swoole怎么开启openssl
如题,通过pecl安装了swoole,现在要支持wss,怎么才能让sever支持ssl。 nginx已经配置了ssl证书
发布于7年前 · 2 次浏览 · 来自
提问
期
期待是你
如题,通过pecl安装了swoole,现在要支持wss,怎么才能让sever支持ssl。 nginx已经配置了ssl证书
赞
0
收藏
提问
分享
讨论
建议
公告
开发框架
CodeGalaxy
登录
后参与评论
评论
2018-12-13
杨
杨免
[root@ vhost]# php --ri swoole swoole swoole support => enabled Version => 1.9.18 Author => tianfeng.han[email: mikan.tenny@gmail.com] epoll => enabled eventfd => enabled timerfd => enabled signalfd => enabled cpu affinity => ena
赞
0
回复
2018-12-16
w
wsw
如果是 `Nginx` 代理到 `Swoole`,那么 `Swoole` 不需要配置 `SSL` 编译`Swoole`时指定`--enable-openssl`或`--with-openssl-dir`可以开启`SSL`
赞
0
回复