首页
下载
文档
社区
视频
捐赠
源代码
赞助商
AOT 编译器
AI 助理
商业产品
PHP AOT 原生编译器
Swoole-Compiler 代码加密器
CRMEB 新零售社交电商系统
登录
注册
全部
提问
分享
讨论
建议
公告
开发框架
CodeGalaxy
发表新帖
ERR_SSL_VERSION_OR_CIPHER_MISMATCH
### 问题描述 访问地址,页面相应(chrome) ERR_SSL_VERSION_OR_CIPHER_MISMATCH docker容器错误日志 [2020-05-11 15:37:33 @21.0] WARNING swSSL_get_context: SSL_CTX_use_certificate_file() failed, Error: ee key too small[336245135] [2020-05-11 15:37:33 @21.0] WARNING ssl_check_context: swSSL_get_context() error 2020-05-11 15:37:34,275 INFO success: swoole entered RUNNING state, process has stayed up for > than 1 seconds (startsecs) ### Swoole版本,PHP版本,以及操作系统版本信息 docker phpswoole/swoole:4.5.0-php7.1 ### 相关代码 ```php $server = new Swoole\Coroutine\Http\Server('0.0.0.0', 9501, true); $server->set([ 'ssl_key_file' => __DIR__ . '/config/ssl.key', 'ssl_cert_file' => __DIR__ . '/config/ssl.crt', ]); ``` ### 你期待的结果是什么?实际看到的错误信息又是什么?
发布于6年前 · 2 次浏览 · 来自
提问
iHappy
### 问题描述 访问地址,页面相应(chrome) ERR_SSL_VERSION_OR_CIPHER_MISMATCH docker容器错误日志 [2020-05-11 15:37:33 @21.0] WARNING swSSL_get_context: SSL_CTX_use_certificate_file() failed, Error: ee key too small[336245135] [2020-05-11 15:37:33 @21.0] WARNING ssl_check_context: swSSL_get_context() error 2020-05-11 15:37:34,275 INFO success: swoole entered RUNNING state, process has stayed up for > than 1 seconds (startsecs) ### Swoole版本,PHP版本,以及操作系统版本信息 docker phpswoole/swoole:4.5.0-php7.1 ### 相关代码 ```php $server = new Swoole\Coroutine\Http\Server('0.0.0.0', 9501, true); $server->set([ 'ssl_key_file' => __DIR__ . '/config/ssl.key', 'ssl_cert_file' => __DIR__ . '/config/ssl.crt', ]); ``` ### 你期待的结果是什么?实际看到的错误信息又是什么?
赞
0
收藏
提问
分享
讨论
建议
公告
开发框架
CodeGalaxy
登录
后参与评论
评论
2020-05-12
鲁飞
ssl的key和crt文件内容或格式不对。
赞
0
回复