【发布时间】:2017-02-01 13:06:18
【问题描述】:
尝试通过运行:mix deps.get 来更新对 phoenix 应用程序的依赖项
唯一的粗壮是:
07:20:21.642 [error] SSL: :certify: ssl_handshake.erl:1507:Fatal error: certificate expired
07:20:21.674 [error] SSL: :certify: ssl_handshake.erl:1507:Fatal error: certificate expired
Registry update failed (http_error)
{:failed_connect, [{:to_address, {'repo.hex.pm', 443}}, {:inet, [:inet], {:tls_alert, 'certificate expired'}}]}
** (Mix) Failed to fetch registry
我已经用 brew update 更新了 elixir 和 erlang,但这并没有帮助。
【问题讨论】:
标签: ssl erlang elixir phoenix-framework