Skip to content

Conversation

@sy-records
Copy link
Member

close #122
close #84

README.md Outdated
| ssl_verify_peer | bool | 验证服务器端证书 | `false` \| `true` | 默认关闭 |
| ssl_allow_self_signed | bool | 允许自签名证书 | `true` \| `false` | 默认允许 |
| ssl_cert_file | string | cert 证书 | `__DIR__ . '/ssl.cert'` | 默认不设置 |
| ssl_key_file | string | key 私钥 | `__DIR__ . '/ssl.key'` | 默认不设置 |
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

缩进最好一致

@sy-records sy-records merged commit 24034ea into swlib:v1.x Apr 20, 2021
@sy-records sy-records deleted the ssl branch April 20, 2021 06:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

请问是否支持 swoole 中的 ssl_cert_file 和 ssl_key_file 能否增加对带ssl key请求的支持?

2 participants