mirror of
https://github.com/getnamingo/registry.git
synced 2025-07-23 19:10:30 +02:00
Added list of supported SSL ciphers
This commit is contained in:
parent
c4f7ba4270
commit
964cd8f370
1 changed files with 1 additions and 0 deletions
|
@ -47,6 +47,7 @@ $server->set([
|
|||
'ssl_verify_peer' => false,
|
||||
'ssl_allow_self_signed' => false,
|
||||
'ssl_protocols' => SWOOLE_SSL_TLSv1_2 | SWOOLE_SSL_TLSv1_3,
|
||||
'ssl_ciphers' => 'ECDHE-RSA-AES256-GCM-SHA384:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-SHA384:ECDHE-RSA-AES128-SHA256:DHE-RSA-AES256-GCM-SHA384',
|
||||
]);
|
||||
|
||||
$server->handle(function (Connection $conn) use ($table, $db, $c) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue