Puma::MiniSSL::SSLError:OpenSSL 错误:错误:1417A0C1:SSL 例程:tls_post_process_client_hello:没有共享密码轨道

Bha*_*and 6 ruby ssl openssl ruby-on-rails puma

There is issue running rails server. It always shows Puma error MiniSSL.
    [57513] Puma starting in cluster mode...
    [57513] Environment: development
    [57513] Listening on tcp://0.0.0.0:3001
    [57513] Listening on ssl://0.0.0.0:3000?cert=config/ssl.crt&key=config/ssl.key verify_mode=none&no_tlsv1=false
    [57513] Use Ctrl C to stop
    [57513] Starting control server on unix:///tmp/puma-status-1588347759577-57513
    [57513] Worker 0 (pid: 57537) booted, phase: 0
    {2020-05-01 21:12:53 +0530: SSL error, peer: 127.0.0.1, peer cert: ,#<Puma::MiniSSL::SSLError: OpenSSL error: error:1417A0C1:SSL routines:tls_post_process_client_hello:no shared cipher - 337092801>}`
Run Code Online (Sandbox Code Playgroud)

我尝试使用以前版本的 puma 并生成新的 ssl。

小智 1

尝试将 /etc/letsencrypt/archive/your_domain 上的权限更改为 775

即: chmod -R 775 /etc/letsencrypt/archive/your_domain